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