StreamingDistributionAlreadyExists.fromXml constructor

StreamingDistributionAlreadyExists.fromXml(
  1. XmlElement elem
)

Implementation

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