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
Change corrects error response documentation to reflect proper HTTP status code (403 Forbidden) for authorization failures, improving accuracy but not addressing a specific security vulnerability
Diff
diff --git a/timestream/latest/developerguide/API_query_DescribeAccountSettings.md b/timestream/latest/developerguide/API_query_DescribeAccountSettings.md index 9fc72ceb6..889d77def 100644 --- a//timestream/latest/developerguide/API_query_DescribeAccountSettings.md +++ b//timestream/latest/developerguide/API_query_DescribeAccountSettings.md @@ -77 +77 @@ For information about the errors that are common to all actions, see [Common Err -**AccessDeniedException** +**AccessDenied** @@ -82 +82 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 400 +HTTP Status Code: 403