Enum aws_sdk_cognitoidentityprovider::error::ForgotPasswordErrorKind[][src]

#[non_exhaustive]
pub enum ForgotPasswordErrorKind {
Show 16 variants CodeDeliveryFailureException(CodeDeliveryFailureException), InternalErrorException(InternalErrorException), InvalidEmailRoleAccessPolicyException(InvalidEmailRoleAccessPolicyException), InvalidLambdaResponseException(InvalidLambdaResponseException), InvalidParameterException(InvalidParameterException), InvalidSmsRoleAccessPolicyException(InvalidSmsRoleAccessPolicyException), InvalidSmsRoleTrustRelationshipException(InvalidSmsRoleTrustRelationshipException), LimitExceededException(LimitExceededException), NotAuthorizedException(NotAuthorizedException), ResourceNotFoundException(ResourceNotFoundException), 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 ForgotPassword 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.

CodeDeliveryFailureException(CodeDeliveryFailureException)

This exception is thrown when a verification code fails to deliver successfully.

InternalErrorException(InternalErrorException)

Tuple Fields

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

InvalidEmailRoleAccessPolicyException(InvalidEmailRoleAccessPolicyException)

This exception is thrown when Amazon Cognito is not allowed to use your email identity. HTTP status code: 400.

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.

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.

LimitExceededException(LimitExceededException)

Tuple Fields

This exception is thrown when a user exceeds the limit for a requested Amazon Web Services resource.

NotAuthorizedException(NotAuthorizedException)

Tuple Fields

This exception is thrown when a user is not authorized.

ResourceNotFoundException(ResourceNotFoundException)

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

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