Class: Aws::Glue::Types::SchedulerRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchedulerRunningException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The specified scheduler is already 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.
22454 22455 22456 22457 22458 |
# File 'lib/aws-sdk-glue/types.rb', line 22454 class SchedulerRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |