What does the error message "Cannot perform more than one GSI creation or deletion in a single update" typically indicate in the context of a database management system?
A) The database does not support indexing.
B) Multiple global secondary indexes (GSIs) cannot be created or deleted simultaneously within the same update operation.
C) The database is experiencing a connectivity issue.
D) The database schema is incompatible with the current update request.