You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param [Object|Array] ids a single primary key or an array of primary keys
107
108
# @param [Hash] options optional parameters of the operation
108
109
# @option options [Object] :range_key sort key of a model; required when a single partition key is given and a sort key is declared for a model
109
-
# @option options [true|false] :raise_key whether to raise a RecordNotFound exception; specify explicitly +raise: false+ to suppress the exception; default is true
110
+
# @option options [true|false] :raise_error whether to raise a +RecordNotFound+ exception; specify explicitly +raise_error: false+ to suppress the exception; default is +true+
0 commit comments