Class: Aws::Redshift::Errors::ReservedNodeNotFoundFault

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-redshift/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReservedNodeNotFoundFault.

Parameters:



1138
1139
1140
# File 'lib/aws-sdk-redshift/errors.rb', line 1138

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