Class: Aws::CodePipeline::Errors::ApprovalAlreadyCompletedException

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) ⇒ ApprovalAlreadyCompletedException

Returns a new instance of ApprovalAlreadyCompletedException.

Parameters:



113
114
115
# File 'lib/aws-sdk-codepipeline/errors.rb', line 113

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