Class: Aws::CodePipeline::Errors::ActionTypeNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ActionTypeNotFoundException.

Parameters:



100
101
102
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb', line 100

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