Class: Aws::Glue::Errors::IllegalWorkflowStateException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glue::Errors::IllegalWorkflowStateException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalWorkflowStateException
constructor
A new instance of IllegalWorkflowStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalWorkflowStateException
Returns a new instance of IllegalWorkflowStateException.
406 407 408 |
# File 'lib/aws-sdk-glue/errors.rb', line 406 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
411 |
# File 'lib/aws-sdk-glue/errors.rb', line 411
def message: () -> ::String
|