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.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ExpiredTokenException")) return null; ExpiredTokenException e = (ExpiredTokenException)super.unmarshall(node); return e; }