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