Enables the automatic copy of snapshots from one region to another region for a specified
            cluster.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public EnableSnapshotCopyResponse EnableSnapshotCopy( EnableSnapshotCopyRequest request )
 Parameters
 Parameters- request (EnableSnapshotCopyRequest)
- Container for the necessary parameters to execute the EnableSnapshotCopy service method.
 Return Value
 Return ValueThe response from the EnableSnapshotCopy service method, as returned by Redshift.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ClusterNotFoundException | The ClusterIdentifier parameter does not refer to an existing cluster. | 
| CopyToRegionDisabledException | Cross-region snapshot copy was temporarily disabled. Try your request
            again. | 
| IncompatibleOrderableOptionsException | The specified options are incompatible. | 
| InvalidClusterStateException | The specified cluster is not in the  CopyC# available | 
| SnapshotCopyAlreadyEnabledException | The cluster already has cross-region snapshot copy enabled. | 
| UnauthorizedOperationException | Your account is not authorized to perform the requested operation. | 
| UnknownSnapshotCopyRegionException | The specified region is incorrect or does not exist. |