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