Indicates an internal service error.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InternalError")) return null; InternalErrorException e = (InternalErrorException)super.unmarshall(node); return e; }