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