Class: Aws::Redshift::Errors::ReservedNodeExchangeNotFoundFault Deprecated

Inherits:
ServiceError
  • Object
show all
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

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReservedNodeExchangeNotFoundFault

Returns a new instance of ReservedNodeExchangeNotFoundFault.

Parameters:



1384
1385
1386
# File 'lib/aws-sdk-redshift/errors.rb', line 1384

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end