Class: Aws::DataPipeline::Errors::TaskNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-datapipeline/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TaskNotFoundException.

Parameters:



107
108
109
# File 'lib/aws-sdk-datapipeline/errors.rb', line 107

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

Instance Method Details

#messageString

Returns:

  • (String)


112
113
114
# File 'lib/aws-sdk-datapipeline/errors.rb', line 112

def message
  @message || @data[:message]
end