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