The AWS Lambda service encountered an internal error.
373839404142434445464748
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ServiceException e = (ServiceException)super.unmarshall(json); e.setErrorCode("ServiceException"); e.setType(parseMember("Type", json)); return e; }