The heat.engine.clients.client_exception Module

exception 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.'
exception 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.'

Previous topic

The heat.engine.check_resource Module

Next topic

The heat.engine.clients.client_plugin Module

Project Source

This Page