AWS timestream documentation change
Summary
Changed error name from 'AccessDeniedException' to 'AccessDenied' and updated HTTP status code from 400 to 403
Security assessment
Aligns error response with standard HTTP 403 Forbidden code for access control failures, enhancing security documentation accuracy without addressing active vulnerabilities.
Diff
diff --git a/timestream/latest/developerguide/API_query_CreateScheduledQuery.md b/timestream/latest/developerguide/API_query_CreateScheduledQuery.md index 702983d65..2325a0c63 100644 --- a//timestream/latest/developerguide/API_query_CreateScheduledQuery.md +++ b//timestream/latest/developerguide/API_query_CreateScheduledQuery.md @@ -231 +231 @@ For information about the errors that are common to all actions, see [Common Err -**AccessDeniedException** +**AccessDenied** @@ -236 +236 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 400 +HTTP Status Code: 403