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