ivsrealtime / Client / delete_encoder_configuration
delete_encoder_configuration#
- ivsrealtime.Client.delete_encoder_configuration(**kwargs)#
- Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this template; otherwise, returns an error. - See also: AWS API Documentation - Request Syntax- response = client.delete_encoder_configuration( arn='string' ) - Parameters:
- arn (string) – - [REQUIRED] - ARN of the EncoderConfiguration. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- ivsrealtime.Client.exceptions.ResourceNotFoundException
- ivsrealtime.Client.exceptions.ValidationException
- ivsrealtime.Client.exceptions.AccessDeniedException
- ivsrealtime.Client.exceptions.InternalServerException
- ivsrealtime.Client.exceptions.ServiceQuotaExceededException
- ivsrealtime.Client.exceptions.ConflictException