Method: Aws::Redshift::Errors::ResizeNotFoundFault#initialize

Defined in:
lib/aws-sdk-redshift/errors.rb

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

Returns a new instance of ResizeNotFoundFault.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


1445
1446
1447
# File 'lib/aws-sdk-redshift/errors.rb', line 1445

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