class Humidifier::Config::Mapper::InvalidResourceAttributeError

Raised when the attribute given in the file could not be matched to an attribute in the mapper.

Public Class Methods

new(clazz, key) click to toggle source
Calls superclass method
# File lib/humidifier/config/mapper.rb, line 14
def initialize(clazz, key)
  super("Invalid attribute name given for #{clazz.aws_name}: #{key}")
end