The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("LimitExceededException")) return null; LimitExceededException e = (LimitExceededException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { LimitExceededException e = (LimitExceededException)super.unmarshall(json); e.setErrorCode("LimitExceededException"); return e; }