if (FALSE) {
# This example resets the create volume permissions for snapshot
# `snap-1234567890abcdef0`. If the command succeeds, no output is
# returned.
svc$reset_snapshot_attribute(
Attribute = "createVolumePermission",
SnapshotId = "snap-1234567890abcdef0"
)
}
Run the code above in your browser using DataLab