Class: Aws::Glue::Types::SchedulerNotRunningException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The specified scheduler is not running.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


18702
18703
18704
18705
18706
# File 'lib/aws-sdk-glue/types.rb', line 18702

class SchedulerNotRunningException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end