AWS timestream documentation change
Summary
Updated error name from 'AccessDenied' to 'AccessDeniedException' and changed HTTP status code from 403 to 400
Security assessment
The change standardizes error naming conventions and adjusts HTTP status codes for consistency. While 403 (Forbidden) to 400 (Bad Request) alters error semantics, there is no evidence this addresses a security vulnerability.
Diff
diff --git a/timestream/latest/developerguide/API_query_CancelQuery.md b/timestream/latest/developerguide/API_query_CancelQuery.md index f24779ca3..31cb5c7e8 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 -**AccessDenied** +**AccessDeniedException** @@ -68 +68 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 403 +HTTP Status Code: 400