// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("ClusterSnapshotQuotaExceeded"))
return null;
ClusterSnapshotQuotaExceededException e = (ClusterSnapshotQuotaExceededException)super.unmarshall(node);
return e;
}