Class: Aws::Redshift::Errors::ReservedNodeAlreadyExistsFault 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 ‘ReservedNodeAlreadyExists` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReservedNodeAlreadyExistsFault.

Parameters:



1360
1361
1362
# File 'lib/aws-sdk-redshift/errors.rb', line 1360

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