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