Class: Aws::States::Errors::TaskDoesNotExist

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-states/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TaskDoesNotExist

Returns a new instance of TaskDoesNotExist.

Parameters:



520
521
522
# File 'lib/aws-sdk-states/errors.rb', line 520

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


525
# File 'lib/aws-sdk-states/errors.rb', line 525

def message: () -> ::String