@Generated(value="software.amazon.awssdk:codegen") public final class UnsupportedGrantTypeException extends SsoOidcException implements ToCopyableBuilder<UnsupportedGrantTypeException.Builder,UnsupportedGrantTypeException>
Indicates that the grant type in the request is not supported by the service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnsupportedGrantTypeException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedGrantTypeException.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 UnsupportedGrantTypeException.Builder> |
serializableBuilderClass() |
UnsupportedGrantTypeException.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 UnsupportedGrantTypeException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnsupportedGrantTypeException.Builder,UnsupportedGrantTypeException>toBuilder in class SsoOidcExceptionpublic static UnsupportedGrantTypeException.Builder builder()
public static Class<? extends UnsupportedGrantTypeException.Builder> serializableBuilderClass()
public String error()
@Deprecated public String error_description()
errorDescription()public String errorDescription()
Copyright © 2022. All rights reserved.