This exception occurs when there is an internal failure in the EMR service.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("InternalServerException")) return null; InternalServerException e = (InternalServerException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InternalServerException e = (InternalServerException)super.unmarshall(json); e.setErrorCode("InternalServerException"); return e; }
31323334353637383940