}
}
@Override
public AmazonServiceException unmarshall(JSONObject json) throws Exception {
InvalidRequestContentException e = (InvalidRequestContentException)super.unmarshall(json);
e.setErrorCode("InvalidRequestContentException");
e.setType(parseMember("Type", json));
return e;
}