Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ExpiredTokenException(string, Exception)

Construct instance of ExpiredTokenException

public ExpiredTokenException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode