AWS cli documentation change
Summary
Fixed typo in error code (NO INVENTORY → NO_INVENTORY) and updated CLI version
Security assessment
Corrects a typo in an error message to improve clarity but does not address a security vulnerability or add security features.
Diff
diff --git a/cli/latest/reference/inspector2/list-coverage.md b/cli/latest/reference/inspector2/list-coverage.md index 4a56fe6d0..9877ca763 100644 --- a//cli/latest/reference/inspector2/list-coverage.md +++ b//cli/latest/reference/inspector2/list-coverage.md @@ -15 +15 @@ - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) » @@ -865 +865 @@ coveredResources -> (list) ->>>>> `NO INVENTORY` \- Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of `InspectorInventoryCollection-do-not-delete` association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. +>>>>> `NO_INVENTORY` \- Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of `InspectorInventoryCollection-do-not-delete` association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. @@ -1095 +1095 @@ coveredResources -> (list) ->>>>>>>> `NO INVENTORY` \- Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of `InspectorInventoryCollection-do-not-delete` association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. +>>>>>>>> `NO_INVENTORY` \- Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of `InspectorInventoryCollection-do-not-delete` association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. @@ -1149 +1149 @@ coveredResources -> (list) - * [AWS CLI 2.28.4 Command Reference](../../index.html) » + * [AWS CLI 2.28.6 Command Reference](../../index.html) »