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