Class InvalidClientException

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

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

Indicates that the clientId or clientSecret in the request is invalid. For example, this can occur when a client sends an incorrect clientId or an expired clientSecret.

See Also: