Class: Aws::Glue::Types::SchedulerTransitioningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchedulerTransitioningException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The specified scheduler is transitioning.
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.
20210 20211 20212 20213 20214 |
# File 'lib/aws-sdk-glue/types.rb', line 20210 class SchedulerTransitioningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |