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
Adjusts error documentation to match proper authorization failure handling without evidence of resolving a security flaw
Diff
diff --git a/timestream/latest/developerguide/API_query_ExecuteScheduledQuery.md b/timestream/latest/developerguide/API_query_ExecuteScheduledQuery.md index 82b16c6cf..ed65e7813 100644 --- a//timestream/latest/developerguide/API_query_ExecuteScheduledQuery.md +++ b//timestream/latest/developerguide/API_query_ExecuteScheduledQuery.md @@ -83 +83 @@ For information about the errors that are common to all actions, see [Common Err -**AccessDeniedException** +**AccessDenied** @@ -88 +88 @@ You do not have the necessary permissions to access the account settings. -HTTP Status Code: 400 +HTTP Status Code: 403