Connect / Client / delete_hours_of_operation_override
delete_hours_of_operation_override#
- Connect.Client.delete_hours_of_operation_override(**kwargs)#
- Deletes an hours of operation override in an Amazon Connect hours of operation resource - See also: AWS API Documentation - Request Syntax- response = client.delete_hours_of_operation_override( InstanceId='string', HoursOfOperationId='string', HoursOfOperationOverrideId='string' ) - Parameters:
- InstanceId (string) – - [REQUIRED] - The identifier of the Amazon Connect instance. 
- HoursOfOperationId (string) – - [REQUIRED] - The identifier for the hours of operation. 
- HoursOfOperationOverrideId (string) – - [REQUIRED] - The identifier for the hours of operation override. 
 
- Returns:
- None 
 - Exceptions- Connect.Client.exceptions.InvalidRequestException
- Connect.Client.exceptions.InvalidParameterException
- Connect.Client.exceptions.ResourceNotFoundException
- Connect.Client.exceptions.ThrottlingException
- Connect.Client.exceptions.InternalServiceException