Class TooManyFailedAttemptsException

All Implemented Interfaces:
Serializable

public class TooManyFailedAttemptsException extends AmazonServiceException

This exception gets thrown when the user has made too many failed attempts for a given action (e.g., sign in).

See Also:
  • Constructor Details

    • TooManyFailedAttemptsException

      public TooManyFailedAttemptsException(String message)
      Constructs a new TooManyFailedAttemptsException with the specified error message.
      Parameters:
      message - Describes the error encountered.