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