Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
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; }
31323334353637383940