SecurityLake / Client / get_datalake_exceptions_subscription

get_datalake_exceptions_subscription#

SecurityLake.Client.get_datalake_exceptions_subscription()#

Retrieves the details of exception notifications for the account in Amazon Security Lake.

See also: AWS API Documentation

Request Syntax

response = client.get_datalake_exceptions_subscription()
Return type:

dict

Returns:

Response Syntax

{
    'protocolAndNotificationEndpoint': {
        'endpoint': 'string',
        'protocol': 'string'
    }
}

Response Structure

  • (dict) –

    • protocolAndNotificationEndpoint (dict) –

      Retrieves the exception notification subscription information.

      • endpoint (string) –

        The account that is subscribed to receive exception notifications.

      • protocol (string) –

        The protocol to which notification messages are posted.

Exceptions

  • SecurityLake.Client.exceptions.InternalServerException

  • SecurityLake.Client.exceptions.ValidationException

  • SecurityLake.Client.exceptions.AccessDeniedException

  • SecurityLake.Client.exceptions.AccountNotFoundException