Class: Aws::Glue::Types::SchedulerNotRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchedulerNotRunningException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
The specified scheduler is not running.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
22458 22459 22460 22461 22462 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22458 class SchedulerNotRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |