Class: Aws::Glue::Types::InvalidStateException

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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


16198
16199
16200
16201
16202
# File 'lib/aws-sdk-glue/types.rb', line 16198

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