Class UnauthorizedClientException

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

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

Indicates that the client is not currently authorized to make the request. This can happen when a clientId is not issued for a public client.

See Also: