Connect / Client / pause_contact
pause_contact#
- Connect.Client.pause_contact(**kwargs)#
Allows pausing an ongoing task contact.
See also: AWS API Documentation
Request Syntax
response = client.pause_contact( ContactId='string', InstanceId='string', ContactFlowId='string' )
- Parameters:
ContactId (string) –
[REQUIRED]
The identifier of the contact.
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the
instanceId
in the ARN of the instance.ContactFlowId (string) – The identifier of the flow.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Connect.Client.exceptions.AccessDeniedException
Connect.Client.exceptions.InternalServiceException
Connect.Client.exceptions.InvalidRequestException
Connect.Client.exceptions.InvalidParameterException
Connect.Client.exceptions.ResourceNotFoundException
Connect.Client.exceptions.ThrottlingException
Connect.Client.exceptions.LimitExceededException
Connect.Client.exceptions.ConflictException