Class: Aws::Glue::Types::IllegalSessionStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IllegalSessionStateException
- 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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
11031 11032 11033 11034 11035 |
# File 'lib/aws-sdk-glue/types.rb', line 11031 class IllegalSessionStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |