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