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