const github.com/aws/aws-sdk-go/service/sts.ErrCodeInvalidIdentityTokenException

2 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		errors.go#L47: 	ErrCodeInvalidIdentityTokenException = "InvalidIdentityToken"

	github.com/aws/aws-sdk-go/aws/credentials/stscreds
		web_identity_provider.go#L140: 	req.RetryErrorCodes = append(req.RetryErrorCodes, sts.ErrCodeInvalidIdentityTokenException)