Disables the automatic copying of snapshots from one region to another region for
            a specified cluster.
            
 Declaration Syntax
 Declaration Syntax| C# | 
DisableSnapshotCopyResponse DisableSnapshotCopy( DisableSnapshotCopyRequest request )
 Parameters
 Parameters- request (DisableSnapshotCopyRequest)
- Container for the necessary parameters to execute the DisableSnapshotCopy service method.
 Return Value
 Return ValueThe response from the DisableSnapshotCopy service method, as returned by Redshift.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ClusterNotFoundException | The ClusterIdentifier parameter does not refer to an existing cluster. | 
| InvalidClusterStateException | The specified cluster is not in the  CopyC# available | 
| SnapshotCopyAlreadyDisabledException | The cluster already has cross-region snapshot copy disabled. | 
| UnauthorizedOperationException | Your account is not authorized to perform the requested operation. |