delete_app_instance_streaming_configurations

Chime.Client.delete_app_instance_streaming_configurations(**kwargs)

Deletes the streaming configurations of an AppInstance .

See also: AWS API Documentation

Request Syntax

response = client.delete_app_instance_streaming_configurations(
    AppInstanceArn='string'
)
Parameters
AppInstanceArn (string) --

[REQUIRED]

The ARN of the streaming configurations being deleted.

Returns
None

Exceptions

  • Chime.Client.exceptions.BadRequestException
  • Chime.Client.exceptions.ForbiddenException
  • Chime.Client.exceptions.NotFoundException
  • Chime.Client.exceptions.UnauthorizedClientException
  • Chime.Client.exceptions.ThrottledClientException
  • Chime.Client.exceptions.ServiceUnavailableException
  • Chime.Client.exceptions.ServiceFailureException