def take_action_delete()

in automation/ml_ops/shared/python/actions.py [0:0]


def take_action_delete(status):
    if status in {'DELETE PENDING', 'DELETE IN_PROGRESS'}:
        raise ResourcePending
    raise ResourceFailed