Thrown when the service encounters an error during processing the request.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InternalErrorException e = (InternalErrorException)super.unmarshall(json); e.setErrorCode("InternalErrorException"); return e; }