Exception: Chef::Exceptions::NoSuchAttribute

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Overview

NoSuchAttribute is raised on access by node.read!("foo", "bar") when node["foo"]["bar"] does not exist.