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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


13273
13274
13275
13276
13277
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13273

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