Connect / Client / resume_contact
resume_contact#
- Connect.Client.resume_contact(**kwargs)#
Allows resuming a task contact in a paused state.
See also: AWS API Documentation
Request Syntax
response = client.resume_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.ConflictException