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