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