SQS.Queue.
remove_permission
(**kwargs)¶Revokes any permissions in the queue policy that matches the specified Label
parameter.
Note
AddPermission
, RemovePermission
, and SetQueueAttributes
actions in your IAM policy.See also: AWS API Documentation
Request Syntax
response = queue.remove_permission(
Label='string'
)
[REQUIRED]
The identification of the permission to remove. This is the label added using the AddPermission
action.