class AWS::Record::EmptyRecordError

@api private
to persist.
Raised when trying to persist a record that has no attribute values

def initialize record

def initialize record
  @record = record
  super('unable persist empty records')
end