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