IoTAnalytics / Client / delete_channel

delete_channel#

IoTAnalytics.Client.delete_channel(**kwargs)#

Deletes the specified channel.

See also: AWS API Documentation

Request Syntax

response = client.delete_channel(
    channelName='string'
)
Parameters:

channelName (string) –

[REQUIRED]

The name of the channel to delete.

Returns:

None

Exceptions

  • IoTAnalytics.Client.exceptions.InvalidRequestException

  • IoTAnalytics.Client.exceptions.ResourceNotFoundException

  • IoTAnalytics.Client.exceptions.InternalFailureException

  • IoTAnalytics.Client.exceptions.ServiceUnavailableException

  • IoTAnalytics.Client.exceptions.ThrottlingException