StandardError
Raised when trying to access an attribute that does not exist. @private
# File lib/aws/record/exceptions.rb, line 20 def initalize attribute_name super("undefined attribute `#{attribute_name}`") end