AWS SDK for .NET Documentation
DescribeResize Method (request)
AmazonAmazon.RedshiftAmazonRedshiftClientDescribeResize(DescribeResizeRequest) Did this page help you?   Yes   No    Tell us about it...
Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a
CopyC#
HTTP 404
error is returned. If a resize operation was initiated and completed, the status of the resize remains as
CopyC#
SUCCEEDED
until the next resize.

A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.

Declaration Syntax
C#
public DescribeResizeResponse DescribeResize(
	DescribeResizeRequest request
)
Parameters
request (DescribeResizeRequest)
Container for the necessary parameters to execute the DescribeResize service method.
Return Value
The response from the DescribeResize service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterNotFoundException The ClusterIdentifier parameter does not refer to an existing cluster.
ResizeNotFoundException A resize operation for the specified cluster is not found.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)