AWS Security ChangesHomeSearch

AWS keyspaces medium security documentation change

Service: keyspaces · 2025-07-16 · Security-related medium

File: keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md

Summary

Changed HTTP status code from 403 to 400 for AccessDeniedException

Security assessment

Incorrect HTTP status code documentation (AccessDeniedException should return 403) could lead to misconfigured error handling, potentially affecting security monitoring.

Diff

diff --git a/keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md b/keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md
index 8cb7557a8..11b4b4b49 100644
--- a//keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md
+++ b//keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md
@@ -13 +13 @@ This exception occurs when your IAM user or role lacks the required permissions
-HTTP Status Code returned: 403
+HTTP Status Code returned: 400