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