Class: Aws::CodePipeline::Errors::ApprovalAlreadyCompletedException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::CodePipeline::Errors::ApprovalAlreadyCompletedException
 
- Defined in:
- gems/aws-sdk-codepipeline/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.
| 129 130 131 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb', line 129 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |