# File lib/aws/record/abstract_base.rb, line 167 def update_attributes! attribute_hash if update_attributes(attribute_hash) true else raise InvalidRecordError.new(self) end end