Exception: Aws::Record::Errors::ReservedName
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Aws::Record::Errors::ReservedName
- Defined in:
- lib/aws-record/record/errors.rb
Overview
Raised when you attempt to create an attribute which has a name that conflicts with reserved names (generally, defined method names). If you see this error, you should change the attribute name in the model. If the database uses this name, you can take advantage of the :database_attribute_name
option in #attr