Class: Aws::Glue::Errors::IllegalWorkflowStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::IllegalWorkflowStateException
- Defined in:
- 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.
394 395 396 |
# File 'lib/aws-sdk-glue/errors.rb', line 394 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
399 400 401 |
# File 'lib/aws-sdk-glue/errors.rb', line 399 def @message || @data[:message] end |