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