DeleteConfigurationSetResponse.fromXml constructor
      
      DeleteConfigurationSetResponse.fromXml(
    
    
- XmlElement elem
Implementation
factory DeleteConfigurationSetResponse.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return DeleteConfigurationSetResponse();
}