class AWS::Record::InvalidRecordError

@private
has validation errors.
Raised when calling #save! or #update_attributes! on a record that

def initialize record

def initialize record
  @record = record
  super(record.errors.full_messages.join(', '))
end