class AWS::Record::UndefinedAttributeError

@private
Raised when trying to access an attribute that does not exist.

def initalize attribute_name

def initalize attribute_name
  super("undefined attribute `#{attribute_name}`")
end