pub enum EnableSnapshotCopyError {
ClusterNotFoundFault(String),
CopyToRegionDisabledFault(String),
DependentServiceRequestThrottlingFault(String),
IncompatibleOrderableOptions(String),
InvalidClusterStateFault(String),
InvalidRetentionPeriodFault(String),
LimitExceededFault(String),
SnapshotCopyAlreadyEnabledFault(String),
SnapshotCopyGrantNotFoundFault(String),
UnauthorizedOperation(String),
UnknownSnapshotCopyRegionFault(String),
}
Expand description
Errors returned by EnableSnapshotCopy
Variants§
ClusterNotFoundFault(String)
The ClusterIdentifier
parameter does not refer to an existing cluster.
CopyToRegionDisabledFault(String)
Cross-region snapshot copy was temporarily disabled. Try your request again.
DependentServiceRequestThrottlingFault(String)
The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
IncompatibleOrderableOptions(String)
The specified options are incompatible.
InvalidClusterStateFault(String)
The specified cluster is not in the available
state.
InvalidRetentionPeriodFault(String)
The retention period specified is either in the past or is not a valid value.
The value must be either -1 or an integer between 1 and 3,653.
LimitExceededFault(String)
The encryption key has exceeded its grant limit in AWS KMS.
SnapshotCopyAlreadyEnabledFault(String)
The cluster already has cross-region snapshot copy enabled.
SnapshotCopyGrantNotFoundFault(String)
The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
Your account is not authorized to perform the requested operation.
UnknownSnapshotCopyRegionFault(String)
The specified region is incorrect or does not exist.