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