The provided iterator exceeds the maximum age allowed.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("ExpiredIteratorException")) return null; ExpiredIteratorException e = (ExpiredIteratorException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ExpiredIteratorException e = (ExpiredIteratorException)super.unmarshall(json); e.setErrorCode("ExpiredIteratorException"); return e; }