heat.engine.clients.client_exception Module¶heat.engine.clients.client_exception.EntityMatchNotFound(entity=None, args=None, **kwargs)[source]¶Bases: heat.common.exception.HeatException
msg_fmt = u'No %(entity)s matching %(args)s.'¶heat.engine.clients.client_exception.EntityUniqueMatchNotFound(entity=None, args=None, **kwargs)[source]¶Bases: heat.engine.clients.client_exception.EntityMatchNotFound
msg_fmt = u'No %(entity)s unique match found for %(args)s.'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.