IVS.Client.
delete_recording_configuration
(**kwargs)¶Deletes the recording configuration for the specified ARN.
If you try to delete a recording configuration that is associated with a channel, you will get an error (409 ConflictException). To avoid this, for all channels that reference the recording configuration, first use UpdateChannel to set the recordingConfigurationArn
field to an empty string, then use DeleteRecordingConfiguration.
See also: AWS API Documentation
Request Syntax
response = client.delete_recording_configuration(
arn='string'
)
[REQUIRED]
ARN of the recording configuration to be deleted.
Exceptions
IVS.Client.exceptions.ResourceNotFoundException
IVS.Client.exceptions.InternalServerException
IVS.Client.exceptions.AccessDeniedException
IVS.Client.exceptions.ValidationException
IVS.Client.exceptions.ConflictException