Class: Aws::Glue::Types::IllegalSessionStateException

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

Overview

The session is in an invalid state to perform a requested operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


12871
12872
12873
12874
12875
# File 'lib/aws-sdk-glue/types.rb', line 12871

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