Class: Aws::Glue::Errors::IllegalSessionStateException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalSessionStateException

Returns a new instance of IllegalSessionStateException.

Parameters:



329
330
331
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 329

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


334
335
336
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 334

def message
  @message || @data[:message]
end