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