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