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