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