AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Revokes any permissions in the queue policy that matches the specified Label parameter. Only the owner of the queue can remove permissions.

Namespace: Amazon.SQS
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual RemovePermissionResponse RemovePermission(
         String queueUrl,
         String label
)

Parameters

queueUrl
Type: System.String

The URL of the Amazon SQS queue to take action on.

label
Type: System.String

The identification of the permission to remove. This is the label added with the AddPermission action.

Return Value
Type: Amazon.SQS.Model.RemovePermissionResponse
The response from the RemovePermission service method, as returned by SQS.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5