Quota for the resource has already been reached.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("LimitExceededException")) return null; LimitExceededException e = (LimitExceededException)super.unmarshall(node); return e; }