Class: Aws::RDS::Errors::DBSecurityGroupNotSupportedFault Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::RDS::Errors::DBSecurityGroupNotSupportedFault
 
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing.
Please use DBSecurityGroupNotSupported instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ DBSecurityGroupNotSupportedFault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DBSecurityGroupNotSupportedFault. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DBSecurityGroupNotSupportedFault
Returns a new instance of DBSecurityGroupNotSupportedFault.
| 801 802 803 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/errors.rb', line 801 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |