Class: Aws::CodePipeline::Errors::ActionNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ActionNotFoundException.

Parameters:



80
81
82
# File 'lib/aws-sdk-codepipeline/errors.rb', line 80

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