@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnauthorizedClientException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnauthorizedClientException.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 UnauthorizedClientException.Builder> |
serializableBuilderClass() |
UnauthorizedClientException.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 UnauthorizedClientException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnauthorizedClientException.Builder,UnauthorizedClientException>toBuilder in class SsoOidcExceptionpublic static UnauthorizedClientException.Builder builder()
public static Class<? extends UnauthorizedClientException.Builder> serializableBuilderClass()
public String error()
public String error_description()
Copyright © 2020. All rights reserved.