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