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