Class: Aws::ElastiCache::Errors::InvalidUserStateFault Deprecated

Inherits:
ServiceError
  • Object
show all
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

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidUserStateFault

Returns a new instance of InvalidUserStateFault.

Parameters:



608
609
610
# File 'lib/aws-sdk-elasticache/errors.rb', line 608

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end