update_address_book

AlexaForBusiness.Client.update_address_book(**kwargs)

Updates address book details by the address book ARN.

See also: AWS API Documentation

Request Syntax

response = client.update_address_book(
    AddressBookArn='string',
    Name='string',
    Description='string'
)
Parameters
  • AddressBookArn (string) --

    [REQUIRED]

    The ARN of the room to update.

  • Name (string) -- The updated name of the room.
  • Description (string) -- The updated description of the room.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException
  • AlexaForBusiness.Client.exceptions.NameInUseException
  • AlexaForBusiness.Client.exceptions.ConcurrentModificationException