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

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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


25249
25250
25251
25252
25253
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 25249

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