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