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