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