Class: Aws::Redshift::Errors::InsufficientClusterCapacityFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use InsufficientClusterCapacity instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InsufficientClusterCapacityFault.

Parameters:



838
839
840
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 838

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