Enum aws_sdk_cognitoidentityprovider::error::AdminDisableProviderForUserErrorKind [−][src]
#[non_exhaustive]
pub enum AdminDisableProviderForUserErrorKind {
AliasExistsException(AliasExistsException),
InternalErrorException(InternalErrorException),
InvalidParameterException(InvalidParameterException),
NotAuthorizedException(NotAuthorizedException),
ResourceNotFoundException(ResourceNotFoundException),
TooManyRequestsException(TooManyRequestsException),
UserNotFoundException(UserNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the AdminDisableProviderForUser operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AliasExistsException(AliasExistsException)This exception is thrown when a user tries to confirm the account with an email or phone number that has already been supplied as an alias from a different account. This exception tells user that an account with this email or phone already exists.
Tuple Fields of AliasExistsException
InternalErrorException(InternalErrorException)This exception is thrown when Amazon Cognito encounters an internal error.
Tuple Fields of InternalErrorException
InvalidParameterException(InvalidParameterException)This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
Tuple Fields of InvalidParameterException
NotAuthorizedException(NotAuthorizedException)This exception is thrown when a user is not authorized.
Tuple Fields of NotAuthorizedException
ResourceNotFoundException(ResourceNotFoundException)This exception is thrown when the Amazon Cognito service cannot find the requested resource.
Tuple Fields of ResourceNotFoundException
TooManyRequestsException(TooManyRequestsException)This exception is thrown when the user has made too many requests for a given operation.
Tuple Fields of TooManyRequestsException
UserNotFoundException(UserNotFoundException)This exception is thrown when a user is not found.
Tuple Fields of UserNotFoundException
An unexpected error, eg. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for AdminDisableProviderForUserErrorKind
impl Sync for AdminDisableProviderForUserErrorKind
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