AWS IAM: Fix AWS CLI Wait command URL
Summary
Corrected the service identifier in the AWS CLI Wait command URL from 'ecs' to 'iam'.
Security assessment
The change fixes a broken link without impacting security content or configurations.
Evidence
+ * [Wait](https://docs.aws.amazon.com/goto/aws-cli/iam-2010-05-08/Wait)
Diff
diff --git a/IAM/latest/UserGuide/iam_example_ecs_GettingStarted_018_section.md b/IAM/latest/UserGuide/iam_example_ecs_GettingStarted_018_section.md index 7ffa0ed5f..162a41ff2 100644 --- a//IAM/latest/UserGuide/iam_example_ecs_GettingStarted_018_section.md +++ b//IAM/latest/UserGuide/iam_example_ecs_GettingStarted_018_section.md @@ -733 +733 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - * [Wait](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/Wait) + * [Wait](https://docs.aws.amazon.com/goto/aws-cli/iam-2010-05-08/Wait)