Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface 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.

Hierarchy

Index

Properties

$fault

$fault: "client"

$metadata

$metadata: ResponseMetadata

Metadata pertaining to this request.

Optional Readonly $response

$response: HttpResponse

Reference to low-level HTTP response object.

Optional Readonly $retryable

$retryable: RetryableTrait

Indicates that an error MAY be retried by the client.

Optional Readonly $service

$service: undefined | string

The service that encountered the exception.

Optional message

message: undefined | string

name

name: "IDPRejectedClaimException"