AWS IAM documentation change
Summary
Fixed syntax error in example CLI command by adding '=' between DurationSeconds parameter and its value
Security assessment
This change corrects a syntax error in an example command but does not address any security vulnerability or weakness. The correction ensures the example works as intended but doesn't impact security posture.
Diff
diff --git a/IAM/latest/UserGuide/id_root-user-privileged-task.md b/IAM/latest/UserGuide/id_root-user-privileged-task.md index abe58f4c9..18c4c3519 100644 --- a//IAM/latest/UserGuide/id_root-user-privileged-task.md +++ b//IAM/latest/UserGuide/id_root-user-privileged-task.md @@ -188 +188 @@ In the following example, the delegated administrator assumes root to read, edit - &DurationSeconds 900 + &DurationSeconds=900