Skip to content

Remove permission

async_boto.validation.sqs.remove_permission

RemovePermissionRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
Label

The identification of the permission to remove.

TYPE: str

QueueUrl

The URL of the Amazon SQS queue from which permissions are removed.

TYPE: str

Label instance-attribute

Label

QueueUrl instance-attribute

QueueUrl

RemovePermissionResponse

Bases: BaseModel

The response returned in JSON format by the service.