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