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# error is returned.            If a resize operation was initiated
            and completed, the status of the resize remains as  CopyC# until  
                     the next resize.
CopyC# until  
                     the next resize.        
            
                   
            
 CopyC#
CopyC#HTTP 404 CopyC#
CopyC#SUCCEEDED
A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.
 Declaration Syntax
 Declaration Syntax| C# | 
public DescribeResizeResponse DescribeResize( DescribeResizeRequest request )
 Parameters
 Parameters- request (DescribeResizeRequest)
- Container for the necessary parameters to execute the DescribeResize service method.
 Return Value
 Return ValueThe response from the DescribeResize service method, as returned by Redshift.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ClusterNotFoundException | The ClusterIdentifier parameter does not refer to an existing cluster. | 
| ResizeNotFoundException | A resize operation for the specified cluster is not found. |