AWS Security ChangesHomeSearch

AWS m2 documentation change

Service: m2 · 2026-04-19 · Documentation low

File: m2/latest/userguide/ba-runtime-error-codes-b.md

Summary

Added two new error codes (BA-B2003, BA-B2004) related to index persistence issues

Security assessment

This adds error code documentation for runtime errors. While persistence layer accessibility is mentioned, there's no indication of security vulnerabilities being addressed.

Diff

diff --git a/m2/latest/userguide/ba-runtime-error-codes-b.md b/m2/latest/userguide/ba-runtime-error-codes-b.md
index f019c95b1..e76781956 100644
--- a//m2/latest/userguide/ba-runtime-error-codes-b.md
+++ b//m2/latest/userguide/ba-runtime-error-codes-b.md
@@ -20,0 +21,2 @@ Key | Severity | Text | Additional details
+`BA-B2003` | Error | Couldn't commit indexes correctly on table. Verify that the persistence layer (database or Redis) is accessible and that the index table exists |   
+`BA-B2004` | Error | The index was not found in persistence. Verify that the persistence layer (database or Redis) is accessible and that the index table exists |