Class: Aws::RDS::Errors::SharedSnapshotQuotaExceededFault Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RDS::Errors::SharedSnapshotQuotaExceededFault
- Defined in:
- lib/aws-sdk-rds/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘SharedSnapshotQuotaExceeded` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SharedSnapshotQuotaExceededFault
constructor
A new instance of SharedSnapshotQuotaExceededFault.
Constructor Details
permalink #initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SharedSnapshotQuotaExceededFault
Returns a new instance of SharedSnapshotQuotaExceededFault.
1660 1661 1662 |
# File 'lib/aws-sdk-rds/errors.rb', line 1660 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |