The account already has a cluster with the given identifier.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ClusterAlreadyExists")) return null; ClusterAlreadyExistsException e = (ClusterAlreadyExistsException)super.unmarshall(node); return e; }