AWS timestream documentation change
Summary
Updated error name from AccessDeniedException to AccessDenied and corrected HTTP status code from 400 to 403 for authorization failures
Security assessment
Corrects error code documentation to reflect standard authorization practices, improving accuracy without addressing a specific security incident
Diff
diff --git a/timestream/latest/developerguide/API_query_ListScheduledQueries.md b/timestream/latest/developerguide/API_query_ListScheduledQueries.md index b3d8c4549..5362de243 100644 --- a//timestream/latest/developerguide/API_query_ListScheduledQueries.md +++ b//timestream/latest/developerguide/API_query_ListScheduledQueries.md @@ -102 +102 @@ For information about the errors that are common to all actions, see [Common Err -**AccessDeniedException** +**AccessDenied** @@ -107 +107 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 400 +HTTP Status Code: 403