ConnectCampaignServiceV2 / Client / update_campaign_flow_association
update_campaign_flow_association¶
- ConnectCampaignServiceV2.Client.update_campaign_flow_association(**kwargs)¶
Updates the campaign flow associated with a campaign. This API is idempotent.
See also: AWS API Documentation
Request Syntax
response = client.update_campaign_flow_association( id='string', connectCampaignFlowArn='string' )
- Parameters:
id (string) –
[REQUIRED]
Identifier representing a Campaign
connectCampaignFlowArn (string) –
[REQUIRED]
Amazon Resource Names(ARN)
- Returns:
None
Exceptions
ConnectCampaignServiceV2.Client.exceptions.InternalServerExceptionConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundExceptionConnectCampaignServiceV2.Client.exceptions.ValidationExceptionConnectCampaignServiceV2.Client.exceptions.ConflictExceptionConnectCampaignServiceV2.Client.exceptions.InvalidCampaignStateExceptionConnectCampaignServiceV2.Client.exceptions.AccessDeniedException