@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidClientException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidClientException.Builder |
builder() |
String |
error_description()
Returns the value of the Error_description property for this object.
|
String |
error()
Returns the value of the Error property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidClientException.Builder> |
serializableBuilderClass() |
InvalidClientException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidClientException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidClientException.Builder,InvalidClientException>toBuilder in class SsoOidcExceptionpublic static InvalidClientException.Builder builder()
public static Class<? extends InvalidClientException.Builder> serializableBuilderClass()
public String error()
public String error_description()
Copyright © 2020. All rights reserved.