Class: Aws::Glue::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::InvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
An error that indicates your data is in an invalid state.
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.
13882 13883 13884 13885 13886 |
# File 'lib/aws-sdk-glue/types.rb', line 13882 class InvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |