AlexaForBusiness / Client / update_address_book
update_address_book#
- AlexaForBusiness.Client.update_address_book(**kwargs)#
- Updates address book details by the address book ARN. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - 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