The column name to sort by is either not present or was specified in an invalid format.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InvalidSortByException e = (InvalidSortByException)super.unmarshall(json); e.setErrorCode("InvalidSortByException"); return e; }