Class InvalidIdentityTokenException
- Namespace
- Amazon.SecurityToken.Model
- Assembly
- AWSSDK.SecurityToken.dll
The web identity token that was passed could not be validated by Amazon Web Services. Get a new identity token from the identity provider and then retry the request.
public class InvalidIdentityTokenException : AmazonSecurityTokenServiceException
- Inheritance
-
InvalidIdentityTokenException
Constructors
InvalidIdentityTokenException(Exception)
Construct instance of InvalidIdentityTokenException
public InvalidIdentityTokenException(Exception innerException)
Parameters
innerException
Exception
InvalidIdentityTokenException(string)
Constructs a new InvalidIdentityTokenException with the specified error message.
public InvalidIdentityTokenException(string message)
Parameters
message
stringDescribes the error encountered.
InvalidIdentityTokenException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidIdentityTokenException
public InvalidIdentityTokenException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidIdentityTokenException(string, Exception)
Construct instance of InvalidIdentityTokenException
public InvalidIdentityTokenException(string message, Exception innerException)
Parameters
InvalidIdentityTokenException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidIdentityTokenException
public InvalidIdentityTokenException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode