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