Enum aws_sdk_redshift::error::CreateAuthenticationProfileErrorKind [−][src]
#[non_exhaustive]
pub enum CreateAuthenticationProfileErrorKind {
AuthenticationProfileAlreadyExistsFault(AuthenticationProfileAlreadyExistsFault),
AuthenticationProfileQuotaExceededFault(AuthenticationProfileQuotaExceededFault),
InvalidAuthenticationProfileRequestFault(InvalidAuthenticationProfileRequestFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateAuthenticationProfile
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AuthenticationProfileAlreadyExistsFault(AuthenticationProfileAlreadyExistsFault)
Tuple Fields
The authentication profile already exists.
AuthenticationProfileQuotaExceededFault(AuthenticationProfileQuotaExceededFault)
Tuple Fields
The size or number of authentication profiles has exceeded the quota. The maximum length of the JSON string and maximum number of authentication profiles is determined by a quota for your account.
InvalidAuthenticationProfileRequestFault(InvalidAuthenticationProfileRequestFault)
Tuple Fields
The authentication profile request is not valid. The profile name can't be null or empty. The authentication profile API operation must be available in the Amazon Web Services Region.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for CreateAuthenticationProfileErrorKind
impl Sync for CreateAuthenticationProfileErrorKind
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