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