Class: Aws::Glue::Errors::IllegalSessionStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::IllegalSessionStateException
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalSessionStateException
constructor
A new instance of IllegalSessionStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalSessionStateException
Returns a new instance of IllegalSessionStateException.
379 380 381 |
# File 'lib/aws-sdk-glue/errors.rb', line 379 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
384 385 386 |
# File 'lib/aws-sdk-glue/errors.rb', line 384 def @message || @data[:message] end |