AWS Security ChangesHomeSearch

AWS keyspaces documentation change

Service: keyspaces · 2025-07-13 · Documentation low

File: keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md

Summary

Changed HTTP status code from 400 to 403 for AccessDeniedException

Security assessment

Corrects the HTTP status code to properly reflect 403 Forbidden instead of 400 Bad Request for permission issues, improving accuracy but not indicating a security fix

Diff

diff --git a/keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md b/keyspaces/latest/StreamsAPIReference/API_AccessDeniedException.md
index 11b4b4b49..8cb7557a8 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: 400
+HTTP Status Code returned: 403