Class ExpiredTokenException

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

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

The submitted registration token has expired. This can happen if the buyer's browser takes too long to redirect to your page, the buyer has resubmitted the registration token, or your application has held on to the registration token for too long. Your SaaS registration website should redeem this token as soon as it is submitted by the buyer's browser.

See Also: