delete_mitigation_action

IoT.Client.delete_mitigation_action(**kwargs)

Deletes a defined mitigation action from your Amazon Web Services accounts.

Requires permission to access the DeleteMitigationAction action.

See also: AWS API Documentation

Request Syntax

response = client.delete_mitigation_action(
    actionName='string'
)
Parameters
actionName (string) --

[REQUIRED]

The name of the mitigation action that you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • IoT.Client.exceptions.InvalidRequestException
  • IoT.Client.exceptions.ThrottlingException
  • IoT.Client.exceptions.InternalFailureException