@Generated(value="software.amazon.awssdk:codegen") public final class IdpRejectedClaimException extends StsException implements ToCopyableBuilder<IdpRejectedClaimException.Builder,IdpRejectedClaimException>
The identity provider (IdP) reported that authentication failed. This might be because the claim is invalid.
If this error is returned for the AssumeRoleWithWebIdentity operation, it can also mean that the claim
has expired or has been explicitly revoked.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdpRejectedClaimException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdpRejectedClaimException.Builder |
builder() |
static Class<? extends IdpRejectedClaimException.Builder> |
serializableBuilderClass() |
IdpRejectedClaimException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic IdpRejectedClaimException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<IdpRejectedClaimException.Builder,IdpRejectedClaimException>toBuilder in class StsExceptionpublic static IdpRejectedClaimException.Builder builder()
public static Class<? extends IdpRejectedClaimException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.