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'
)
[REQUIRED]
Identifier representing a Campaign
[REQUIRED]
The name of an Amazon Connect Campaign name.
None
Exceptions
ConnectCampaignService.Client.exceptions.InternalServerExceptionConnectCampaignService.Client.exceptions.ResourceNotFoundExceptionConnectCampaignService.Client.exceptions.ValidationExceptionConnectCampaignService.Client.exceptions.ConflictExceptionConnectCampaignService.Client.exceptions.AccessDeniedException