AWS Security ChangesHomeSearch

AWS timestream documentation change

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

File: timestream/latest/developerguide/API_query_PrepareQuery.md

Summary

Updated error name from AccessDeniedException to AccessDenied and corrected HTTP status code from 400 to 403 for authorization failures

Security assessment

Aligns error responses with HTTP standards for access control but lacks evidence of patching a security vulnerability

Diff

diff --git a/timestream/latest/developerguide/API_query_PrepareQuery.md b/timestream/latest/developerguide/API_query_PrepareQuery.md
index 52025f372..f13c2e3dd 100644
--- a//timestream/latest/developerguide/API_query_PrepareQuery.md
+++ b//timestream/latest/developerguide/API_query_PrepareQuery.md
@@ -134 +134 @@ For information about the errors that are common to all actions, see [Common Err
-**AccessDeniedException**
+**AccessDenied**
@@ -139 +139 @@ You do not have the necessary permissions to access the account settings.
-HTTP Status Code: 400
+HTTP Status Code: 403