AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a
HTTP
            404
error is returned. If a resize operation was initiated and completed, the status of the resize remains as 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.

Namespace: Amazon.Redshift
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract DescribeResizeResponse DescribeResize(
         DescribeResizeRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.DescribeResizeRequest

Container for the necessary parameters to execute the DescribeResize service method.

Return Value
Type: Amazon.Redshift.Model.DescribeResizeResponse
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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5