Class: Aws::Glue::Types::SchedulerTransitioningException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The specified scheduler is transitioning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


17651
17652
17653
17654
17655
# File 'lib/aws-sdk-glue/types.rb', line 17651

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