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