StreamingDistributionAlreadyExists.fromXml constructor
StreamingDistributionAlreadyExists.fromXml(
- XmlElement elem
Implementation
factory StreamingDistributionAlreadyExists.fromXml(_s.XmlElement elem) {
return StreamingDistributionAlreadyExists(
message: _s.extractXmlStringValue(elem, 'Message'),
);
}