Class: Aws::ElastiCache::Errors::UserGroupNotFoundFault 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 ‘UserGroupNotFound` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UserGroupNotFoundFault.

Parameters:



972
973
974
# File 'lib/aws-sdk-elasticache/errors.rb', line 972

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