Class TooManyRequestsErrorException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TooManyRequestsErrorException.Builder,TooManyRequestsErrorException>

@Generated("software.amazon.awssdk:codegen") public final class TooManyRequestsErrorException extends SigninException implements ToCopyableBuilder<TooManyRequestsErrorException.Builder,TooManyRequestsErrorException>

Error thrown when rate limit is exceeded

HTTP Status Code: 429 Too Many Requests

Possible OAuth2ErrorCode values:

  • INVALID_REQUEST: Rate limiting, too many requests, abuse prevention

Possible causes:

  • Too many token requests from the same client
  • Rate limiting based on client_id or IP address
  • Abuse prevention mechanisms triggered
  • Service protection against excessive token generation
See Also: