Class ThrottlingException

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

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

The request was throttled due to too many requests being sent in a short period of time. The client should implement exponential backoff and retry the request.

See Also: