describe_notification_subscriptions(**kwargs)¶Lists the specified notification subscriptions.
See also: AWS API Documentation
Request Syntax
response = client.describe_notification_subscriptions(
    OrganizationId='string',
    Marker='string',
    Limit=123
)
[REQUIRED]
The ID of the organization.
dict
Response Syntax
{
    'Subscriptions': [
        {
            'SubscriptionId': 'string',
            'EndPoint': 'string',
            'Protocol': 'HTTPS'|'SQS'
        },
    ],
    'Marker': 'string'
}
Response Structure
(dict) --
Subscriptions (list) --
The subscriptions.
(dict) --
Describes a subscription.
SubscriptionId (string) --
The ID of the subscription.
EndPoint (string) --
The endpoint of the subscription.
Protocol (string) --
The protocol of the subscription.
Marker (string) --
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
Exceptions
WorkDocs.Client.exceptions.UnauthorizedResourceAccessExceptionWorkDocs.Client.exceptions.EntityNotExistsExceptionWorkDocs.Client.exceptions.ServiceUnavailableException