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