StandardError
Raised when trying to persist a record that has no attribute values to persist. @api private
# File lib/aws/record/exceptions.rb, line 43 def initialize record @record = record super('unable persist empty records') end