# File lib/AWS.rb, line 46
46:   def does_not_have?(key)
47:     self[key].nil? || self[key].to_s.empty?
48:   end