Exception: AWS::Record::UndefinedAttributeError
- Inherits:
-
StandardError
- Object
- StandardError
- AWS::Record::UndefinedAttributeError
- Defined in:
- lib/aws/record/exceptions.rb
Overview
Raised when trying to access an attribute that does not exist.
Instance Method Summary collapse
Instance Method Details
#initalize(attribute_name) ⇒ Object
20 21 22 |
# File 'lib/aws/record/exceptions.rb', line 20 def initalize attribute_name super("undefined attribute `#{attribute_name}`") end |