AWS rtb-fabric documentation change
Summary
Changed status value from 'DELETING' to 'PENDING_DELETION' in service-linked role deletion response documentation
Security assessment
This corrects documentation of an API response value. The change from 'DELETING' to 'PENDING_DELETION' appears to be a documentation accuracy fix for the actual API behavior. No security vulnerabilities or security features are mentioned.
Diff
diff --git a/rtb-fabric/latest/userguide/using-service-linked-roles.md b/rtb-fabric/latest/userguide/using-service-linked-roles.md index 57d65446d..d24ac687d 100644 --- a//rtb-fabric/latest/userguide/using-service-linked-roles.md +++ b//rtb-fabric/latest/userguide/using-service-linked-roles.md @@ -81 +81 @@ If the RTB Fabric service is using the role when you try to delete the resources -The response returns a status of `DELETING`: +The response returns a status of `PENDING_DELETION`: @@ -85 +85 @@ The response returns a status of `DELETING`: - "status": "DELETING" + "status": "PENDING_DELETION"