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