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