Class JwtPayloadSizeExceededException

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

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

The requested token payload size exceeds the maximum allowed size. Reduce the number of request tags included in the GetWebIdentityToken API call to reduce the token payload size.

See Also: