Class: Aws::CodePipeline::Errors::PipelineExecutionNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodePipeline::Errors::PipelineExecutionNotFoundException
- Defined in:
- lib/aws-sdk-codepipeline/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PipelineExecutionNotFoundException
constructor
A new instance of PipelineExecutionNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PipelineExecutionNotFoundException
Returns a new instance of PipelineExecutionNotFoundException.
393 394 395 |
# File 'lib/aws-sdk-codepipeline/errors.rb', line 393 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |