Table of Contents

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 string

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

InvalidIdentityTokenException(string, Exception)

Construct instance of InvalidIdentityTokenException

public InvalidIdentityTokenException(string message, Exception innerException)

Parameters

message string
innerException Exception

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