Enum aws_sdk_cognitoidentityprovider::error::AdminRespondToAuthChallengeErrorKind[][src]

#[non_exhaustive]
pub enum AdminRespondToAuthChallengeErrorKind {
Show 21 variants AliasExistsException(AliasExistsException), CodeMismatchException(CodeMismatchException), ExpiredCodeException(ExpiredCodeException), InternalErrorException(InternalErrorException), InvalidLambdaResponseException(InvalidLambdaResponseException), InvalidParameterException(InvalidParameterException), InvalidPasswordException(InvalidPasswordException), InvalidSmsRoleAccessPolicyException(InvalidSmsRoleAccessPolicyException), InvalidSmsRoleTrustRelationshipException(InvalidSmsRoleTrustRelationshipException), InvalidUserPoolConfigurationException(InvalidUserPoolConfigurationException), MfaMethodNotFoundException(MfaMethodNotFoundException), NotAuthorizedException(NotAuthorizedException), PasswordResetRequiredException(PasswordResetRequiredException), ResourceNotFoundException(ResourceNotFoundException), SoftwareTokenMfaNotFoundException(SoftwareTokenMfaNotFoundException), TooManyRequestsException(TooManyRequestsException), UnexpectedLambdaException(UnexpectedLambdaException), UserLambdaValidationException(UserLambdaValidationException), UserNotConfirmedException(UserNotConfirmedException), UserNotFoundException(UserNotFoundException), Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

Types of errors that can occur for the AdminRespondToAuthChallenge operation.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

AliasExistsException(AliasExistsException)

Tuple Fields

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.

CodeMismatchException(CodeMismatchException)

Tuple Fields

This exception is thrown if the provided code does not match what the server was expecting.

ExpiredCodeException(ExpiredCodeException)

Tuple Fields

This exception is thrown if a code has expired.

InternalErrorException(InternalErrorException)

Tuple Fields

This exception is thrown when Amazon Cognito encounters an internal error.

InvalidLambdaResponseException(InvalidLambdaResponseException)

This exception is thrown when the Amazon Cognito service encounters an invalid Lambda response.

InvalidParameterException(InvalidParameterException)

This exception is thrown when the Amazon Cognito service encounters an invalid parameter.

InvalidPasswordException(InvalidPasswordException)

Tuple Fields

This exception is thrown when the Amazon Cognito service encounters an invalid password.

InvalidSmsRoleAccessPolicyException(InvalidSmsRoleAccessPolicyException)

This exception is returned when the role provided for SMS configuration does not have permission to publish using Amazon SNS.

InvalidSmsRoleTrustRelationshipException(InvalidSmsRoleTrustRelationshipException)

This exception is thrown when the trust relationship is invalid for the role provided for SMS configuration. This can happen if you do not trust cognito-idp.amazonaws.com or the external ID provided in the role does not match what is provided in the SMS configuration for the user pool.

InvalidUserPoolConfigurationException(InvalidUserPoolConfigurationException)

This exception is thrown when the user pool configuration is invalid.

MfaMethodNotFoundException(MfaMethodNotFoundException)

This exception is thrown when Amazon Cognito cannot find a multi-factor authentication (MFA) method.

NotAuthorizedException(NotAuthorizedException)

Tuple Fields

This exception is thrown when a user is not authorized.

PasswordResetRequiredException(PasswordResetRequiredException)

This exception is thrown when a password reset is required.

ResourceNotFoundException(ResourceNotFoundException)

This exception is thrown when the Amazon Cognito service cannot find the requested resource.

SoftwareTokenMfaNotFoundException(SoftwareTokenMfaNotFoundException)

This exception is thrown when the software token TOTP multi-factor authentication (MFA) is not enabled for the user pool.

TooManyRequestsException(TooManyRequestsException)

Tuple Fields

This exception is thrown when the user has made too many requests for a given operation.

UnexpectedLambdaException(UnexpectedLambdaException)

This exception is thrown when the Amazon Cognito service encounters an unexpected exception with the Lambda service.

UserLambdaValidationException(UserLambdaValidationException)

This exception is thrown when the Amazon Cognito service encounters a user validation exception with the Lambda service.

UserNotConfirmedException(UserNotConfirmedException)

This exception is thrown when a user is not confirmed successfully.

UserNotFoundException(UserNotFoundException)

Tuple Fields

This exception is thrown when a user is not found.

Unhandled(Box<dyn Error + Send + Sync + 'static>)

Tuple Fields

0: Box<dyn Error + Send + Sync + 'static>

An unexpected error, e.g. invalid JSON returned by the service or an unknown error code

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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