Class: Aws::Glue::Types::SchedulerRunningException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the problem.



19368
19369
19370
19371
19372
# File 'lib/aws-sdk-glue/types.rb', line 19368

class SchedulerRunningException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end