UserNotifications / Client / disassociate_organizational_unit

disassociate_organizational_unit

UserNotifications.Client.disassociate_organizational_unit(**kwargs)

Removes the association between an organizational unit and a notification configuration.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_organizational_unit(
    organizationalUnitId='string',
    notificationConfigurationArn='string'
)
Parameters:
  • organizationalUnitId (string) –

    [REQUIRED]

    The unique identifier of the organizational unit to disassociate.

  • notificationConfigurationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the notification configuration to disassociate from the organizational unit.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • UserNotifications.Client.exceptions.AccessDeniedException

  • UserNotifications.Client.exceptions.ValidationException

  • UserNotifications.Client.exceptions.InternalServerException

  • UserNotifications.Client.exceptions.ResourceNotFoundException

  • UserNotifications.Client.exceptions.ThrottlingException