The health check you are trying to get or delete does not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchHealthCheck")) return null; NoSuchHealthCheckException e = (NoSuchHealthCheckException)super.unmarshall(node); return e; }