Class: Aws::Glue::Types::SchedulerRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SchedulerRunningException
- Defined in:
- gems/aws-sdk-glue/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.
17344 17345 17346 17347 17348 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17344 class SchedulerRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |