Class ServiceQuotaExceededException

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

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

This error occurs when the request would cause a service quota to be exceeded. Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit.

Suggested action: Review the Quotas for the resource, and either reduce usage or request a quota increase.

See Also: