# NOT RUN {
# The following command deactivates the specified access key (access key
# ID and secret access key) for the IAM user named Bob.
# }
# NOT RUN {
svc$update_access_key(
AccessKeyId = "AKIAIOSFODNN7EXAMPLE",
Status = "Inactive",
UserName = "Bob"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab