Quota for number of policies for this LoadBalancer has already been reached.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("TooManyPolicies")) return null; TooManyPoliciesException e = (TooManyPoliciesException)super.unmarshall(node); return e; }