Class: Aws::Glue::Errors::IllegalSessionStateException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glue::Errors::IllegalSessionStateException
- Defined in:
- sig/errors.rbs,
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.
391 392 393 |
# File 'lib/aws-sdk-glue/errors.rb', line 391 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
396 |
# File 'lib/aws-sdk-glue/errors.rb', line 396
def message: () -> ::String
|