AWS SDK for .NET Documentation
DisableSnapshotCopy Method (request)
AmazonAmazon.RedshiftAmazonRedshiftDisableSnapshotCopy(DisableSnapshotCopyRequest) Did this page help you?   Yes   No    Tell us about it...
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
Declaration Syntax
Parameters
request (DisableSnapshotCopyRequest)
Container for the necessary parameters to execute the DisableSnapshotCopy service method.
Return Value
The response from the DisableSnapshotCopy service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterNotFoundException The ClusterIdentifier parameter does not refer to an existing cluster.
InvalidClusterStateException The specified cluster is not in the
CopyC#
available
state.
SnapshotCopyAlreadyDisabledException The cluster already has cross-region snapshot copy disabled.
UnauthorizedOperationException Your account is not authorized to perform the requested operation.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)