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
Standardizes error responses to use correct HTTP 403 status for access denied scenarios, aligning with security best practices but not fixing an active vulnerability
Diff
diff --git a/timestream/latest/developerguide/API_query_DescribeScheduledQuery.md b/timestream/latest/developerguide/API_query_DescribeScheduledQuery.md index ed0d37c6c..5c922b0fe 100644 --- a//timestream/latest/developerguide/API_query_DescribeScheduledQuery.md +++ b//timestream/latest/developerguide/API_query_DescribeScheduledQuery.md @@ -203 +203 @@ For information about the errors that are common to all actions, see [Common Err -**AccessDeniedException** +**AccessDenied** @@ -208 +208 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 400 +HTTP Status Code: 403