Enum aws_sdk_redshift::error::CreateEndpointAccessErrorKind [−][src]
#[non_exhaustive]
pub enum CreateEndpointAccessErrorKind {
AccessToClusterDeniedFault(AccessToClusterDeniedFault),
ClusterNotFoundFault(ClusterNotFoundFault),
ClusterSubnetGroupNotFoundFault(ClusterSubnetGroupNotFoundFault),
EndpointAlreadyExistsFault(EndpointAlreadyExistsFault),
EndpointsPerAuthorizationLimitExceededFault(EndpointsPerAuthorizationLimitExceededFault),
EndpointsPerClusterLimitExceededFault(EndpointsPerClusterLimitExceededFault),
InvalidClusterSecurityGroupStateFault(InvalidClusterSecurityGroupStateFault),
InvalidClusterStateFault(InvalidClusterStateFault),
UnauthorizedOperation(UnauthorizedOperation),
UnsupportedOperationFault(UnsupportedOperationFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateEndpointAccess
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessToClusterDeniedFault(AccessToClusterDeniedFault)
You are not authorized to access the cluster.
Tuple Fields of AccessToClusterDeniedFault
ClusterNotFoundFault(ClusterNotFoundFault)
The ClusterIdentifier
parameter does not refer to an existing cluster.
Tuple Fields of ClusterNotFoundFault
ClusterSubnetGroupNotFoundFault(ClusterSubnetGroupNotFoundFault)
The cluster subnet group name does not refer to an existing cluster subnet group.
Tuple Fields of ClusterSubnetGroupNotFoundFault
EndpointAlreadyExistsFault(EndpointAlreadyExistsFault)
The account already has a Redshift-managed VPC endpoint with the given identifier.
Tuple Fields of EndpointAlreadyExistsFault
EndpointsPerAuthorizationLimitExceededFault(EndpointsPerAuthorizationLimitExceededFault)
The number of Redshift-managed VPC endpoints per authorization has exceeded its limit.
Tuple Fields of EndpointsPerAuthorizationLimitExceededFault
EndpointsPerClusterLimitExceededFault(EndpointsPerClusterLimitExceededFault)
The number of Redshift-managed VPC endpoints per cluster has exceeded its limit.
Tuple Fields of EndpointsPerClusterLimitExceededFault
InvalidClusterSecurityGroupStateFault(InvalidClusterSecurityGroupStateFault)
The state of the cluster security group is not available
.
Tuple Fields of InvalidClusterSecurityGroupStateFault
InvalidClusterStateFault(InvalidClusterStateFault)
The specified cluster is not in the available
state.
Tuple Fields of InvalidClusterStateFault
Your account is not authorized to perform the requested operation.
Tuple Fields of UnauthorizedOperation
UnsupportedOperationFault(UnsupportedOperationFault)
The requested operation isn't supported.
Tuple Fields of UnsupportedOperationFault
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateEndpointAccessErrorKind
impl Send for CreateEndpointAccessErrorKind
impl Sync for CreateEndpointAccessErrorKind
impl Unpin for CreateEndpointAccessErrorKind
impl !UnwindSafe for CreateEndpointAccessErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more