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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
IDPRejectedClaimException(string, Exception)
Construct instance of IDPRejectedClaimException
public IDPRejectedClaimException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode