Thrown when the requested resource (for example, a dataset or record) does not exist.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ResourceNotFoundException e = (ResourceNotFoundException)super.unmarshall(json); e.setErrorCode("ResourceNotFoundException"); return e; }