SecurityLake / Client / update_data_lake_exception_subscription

update_data_lake_exception_subscription#

SecurityLake.Client.update_data_lake_exception_subscription(**kwargs)#

Updates the specified notification subscription in Amazon Security Lake for the organization you specify.

See also: AWS API Documentation

Request Syntax

response = client.update_data_lake_exception_subscription(
    exceptionTimeToLive=123,
    notificationEndpoint='string',
    subscriptionProtocol='string'
)
Parameters:
  • exceptionTimeToLive (integer) – The time-to-live (TTL) for the exception message to remain.

  • notificationEndpoint (string) –

    [REQUIRED]

    The account that is subscribed to receive exception notifications.

  • subscriptionProtocol (string) –

    [REQUIRED]

    The subscription protocol to which exception messages are posted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SecurityLake.Client.exceptions.BadRequestException

  • SecurityLake.Client.exceptions.ResourceNotFoundException

  • SecurityLake.Client.exceptions.InternalServerException

  • SecurityLake.Client.exceptions.AccessDeniedException

  • SecurityLake.Client.exceptions.ConflictException

  • SecurityLake.Client.exceptions.ThrottlingException