@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizationPendingException extends SsoOidcException implements ToCopyableBuilder<AuthorizationPendingException.Builder,AuthorizationPendingException>
Indicates that a request to authorize a client with an access user session token is pending.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizationPendingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationPendingException.Builder |
builder() |
String |
error_description()
Deprecated.
|
String |
error()
Returns the value of the Error property for this object.
|
String |
errorDescription()
Returns the value of the ErrorDescription property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthorizationPendingException.Builder> |
serializableBuilderClass() |
AuthorizationPendingException.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 AuthorizationPendingException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthorizationPendingException.Builder,AuthorizationPendingException>toBuilder in class SsoOidcExceptionpublic static AuthorizationPendingException.Builder builder()
public static Class<? extends AuthorizationPendingException.Builder> serializableBuilderClass()
public String error()
@Deprecated public String error_description()
errorDescription()public String errorDescription()
Copyright © 2022. All rights reserved.