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