class AWS::Record::UndefinedAttributeError
Raised when trying to access an attribute that does not exist. @api private
Public Instance Methods
initalize(attribute_name)
click to toggle source
Calls superclass method
# File lib/aws/record/exceptions.rb, line 23 def initalize attribute_name super("undefined attribute `#{attribute_name}`") end