Class: Aws::ElastiCache::Errors::ReservedCacheNodeAlreadyExistsFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElastiCache::Errors::ReservedCacheNodeAlreadyExistsFault
- Defined in:
- lib/aws-sdk-elasticache/errors.rb
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.
618 619 620 |
# File 'lib/aws-sdk-elasticache/errors.rb', line 618 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |