class AWS::Record::InvalidRecordError
@api private
has validation errors.
Raised when calling #save!, #create! or #update_attributes! on a record that
def initialize record
def initialize record @record = record super(record.errors.full_messages.join(', ')) end