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