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# error is returned. If a resize operation was initiated
and completed, the status of the resize remains as
CopyC# until
the next resize.

HTTP 404

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

C# |
DescribeResizeResponse DescribeResize( DescribeResizeRequest request )

- request (DescribeResizeRequest)
- Container for the necessary parameters to execute the DescribeResize service method.

The response from the DescribeResize service method, as returned by Redshift.

Exception | Condition |
---|---|
ClusterNotFoundException |
The ClusterIdentifier parameter does not refer to an existing cluster.
|
ResizeNotFoundException |
A resize operation for the specified cluster is not found.
|