AWS timestream documentation change
Summary
Changed error name from 'AccessDeniedException' to 'AccessDenied' and updated HTTP status code from 400 to 403
Security assessment
Updates authentication error handling documentation to use correct HTTP 403 status, improving security clarity but not remediating a specific security issue.
Diff
diff --git a/timestream/latest/developerguide/API_query_DeleteScheduledQuery.md b/timestream/latest/developerguide/API_query_DeleteScheduledQuery.md index 0cc42b254..83491f39c 100644 --- a//timestream/latest/developerguide/API_query_DeleteScheduledQuery.md +++ b//timestream/latest/developerguide/API_query_DeleteScheduledQuery.md @@ -45 +45 @@ For information about the errors that are common to all actions, see [Common Err -**AccessDeniedException** +**AccessDenied** @@ -50 +50 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 400 +HTTP Status Code: 403