Class: Aws::Glue::Types::SchedulerTransitioningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchedulerTransitioningException
- Defined in:
- gems/aws-sdk-glue/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.
22527 22528 22529 22530 22531 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22527 class SchedulerTransitioningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |