AWS Security ChangesHomeSearch

AWS timestream documentation change

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

File: timestream/latest/developerguide/API_query_CancelQuery.md

Summary

Changed error name from 'AccessDeniedException' to 'AccessDenied' and updated HTTP status code from 400 to 403

Security assessment

Corrects error code to proper 403 Forbidden status for access denial scenarios, improving accuracy of security-related error documentation but doesn't fix a vulnerability.

Diff

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