UserNotifications / Client / associate_organizational_unit

associate_organizational_unit

UserNotifications.Client.associate_organizational_unit(**kwargs)

Associates an organizational unit with a notification configuration.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The unique identifier of the organizational unit to associate.

  • notificationConfigurationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the notification configuration to associate with the organizational unit.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • UserNotifications.Client.exceptions.ServiceQuotaExceededException

  • UserNotifications.Client.exceptions.AccessDeniedException

  • UserNotifications.Client.exceptions.ValidationException

  • UserNotifications.Client.exceptions.InternalServerException

  • UserNotifications.Client.exceptions.ConflictException

  • UserNotifications.Client.exceptions.ResourceNotFoundException

  • UserNotifications.Client.exceptions.ThrottlingException