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