Class: Aws::States::Errors::TaskDoesNotExist
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::States::Errors::TaskDoesNotExist
- Defined in:
- lib/aws-sdk-states/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TaskDoesNotExist
constructor
A new instance of TaskDoesNotExist.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TaskDoesNotExist
Returns a new instance of TaskDoesNotExist.
520 521 522 |
# File 'lib/aws-sdk-states/errors.rb', line 520 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
525 526 527 |
# File 'lib/aws-sdk-states/errors.rb', line 525 def @message || @data[:message] end |