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