Table of Contents

Class IDPRejectedClaimException

Namespace
Amazon.SecurityToken.Model
Assembly
AWSSDK.SecurityToken.dll

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.
public class IDPRejectedClaimException : AmazonSecurityTokenServiceException
Inheritance
IDPRejectedClaimException

Constructors

IDPRejectedClaimException(Exception)

Construct instance of IDPRejectedClaimException

public IDPRejectedClaimException(Exception innerException)

Parameters

innerException Exception

IDPRejectedClaimException(string)

Constructs a new IDPRejectedClaimException with the specified error message.

public IDPRejectedClaimException(string message)

Parameters

message string

Describes the error encountered.

IDPRejectedClaimException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of IDPRejectedClaimException

public IDPRejectedClaimException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

IDPRejectedClaimException(string, Exception)

Construct instance of IDPRejectedClaimException

public IDPRejectedClaimException(string message, Exception innerException)

Parameters

message string
innerException Exception

IDPRejectedClaimException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of IDPRejectedClaimException

public IDPRejectedClaimException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode