}
}
@Override
public AmazonServiceException unmarshall(JSONObject json) throws Exception {
DocumentServiceException e = (DocumentServiceException)super.unmarshall(json);
e.setErrorCode("DocumentServiceException");
e.setStatus(parseMember("Status", json));
return e;
}