Class: Aws::DataPipeline::Errors::PipelineNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PipelineNotFoundException.

Parameters:



92
93
94
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/errors.rb', line 92

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

Instance Method Details

#messageString

Returns:

  • (String)


97
98
99
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/errors.rb', line 97

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