The web identity token that was passed could not be validated by AWS. Get a new identity token from the identity provider and then retry the request.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidIdentityToken")) return null; InvalidIdentityTokenException e = (InvalidIdentityTokenException)super.unmarshall(node); return e; }