# NOT RUN {
# The following command removes the user named Bob from the IAM group
# named Admins.
# }
# NOT RUN {
svc$remove_user_from_group(
GroupName = "Admins",
UserName = "Bob"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab