ConnectCampaignServiceV2 / Client / update_campaign_name
update_campaign_name#
- ConnectCampaignServiceV2.Client.update_campaign_name(**kwargs)#
- Updates the name of a campaign. This API is idempotent. - See also: AWS API Documentation - Request Syntax- response = client.update_campaign_name( id='string', name='string' ) - Parameters:
- id (string) – - [REQUIRED] - Identifier representing a Campaign 
- name (string) – - [REQUIRED] - The name of an Amazon Connect Campaign name. 
 
- Returns:
- None 
 - Exceptions- ConnectCampaignServiceV2.Client.exceptions.InternalServerException
- ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException
- ConnectCampaignServiceV2.Client.exceptions.ValidationException
- ConnectCampaignServiceV2.Client.exceptions.ConflictException
- ConnectCampaignServiceV2.Client.exceptions.AccessDeniedException