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