Enables the automatic copy of snapshots from one region to another region for a specified
cluster.

C# |
public EnableSnapshotCopyResponse EnableSnapshotCopy( EnableSnapshotCopyRequest request )

- request (EnableSnapshotCopyRequest)
- Container for the necessary parameters to execute the EnableSnapshotCopy service method.

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

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 ![]() 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.
|