Class RateLimitErrorException

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

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

The request was throttled because too many requests were sent in a short period of time. Wait a moment and retry the request. Consider implementing exponential backoff in your application.

See Also: