Class: Aws::States::Errors::StateMachineDoesNotExist
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::States::Errors::StateMachineDoesNotExist
- Defined in:
- lib/aws-sdk-states/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StateMachineDoesNotExist
constructor
A new instance of StateMachineDoesNotExist.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StateMachineDoesNotExist
Returns a new instance of StateMachineDoesNotExist.
475 476 477 |
# File 'lib/aws-sdk-states/errors.rb', line 475 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
480 481 482 |
# File 'lib/aws-sdk-states/errors.rb', line 480 def @message || @data[:message] end |