One or more specified policies were not found.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("PolicyNotFound")) return null; PolicyNotFoundException e = (PolicyNotFoundException)super.unmarshall(node); return e; }