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