File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -975,9 +975,9 @@ public function updateItem($input): UpdateItemOutput
975975 * - Create a new global secondary index on the table. After the index begins backfilling, you can use `UpdateTable` to
976976 * perform other operations.
977977 *
978- * `UpdateTable` is an asynchronous operation; while it is executing, the table status changes from `ACTIVE` to
979- * `UPDATING`. While it is `UPDATING`, you cannot issue another `UpdateTable` request. When the table returns to the
980- * `ACTIVE` state, the `UpdateTable` operation is complete.
978+ * `UpdateTable` is an asynchronous operation; while it's executing, the table status changes from `ACTIVE` to
979+ * `UPDATING`. While it's `UPDATING`, you can't issue another `UpdateTable` request on the base table nor any replicas.
980+ * When the table returns to the `ACTIVE` state, the `UpdateTable` operation is complete.
981981 *
982982 * [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html
983983 *
You can’t perform that action at this time.
0 commit comments