A resize operation for the specified cluster is not found.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ResizeNotFound")) return null; ResizeNotFoundException e = (ResizeNotFoundException)super.unmarshall(node); return e; }