put_verification_state_on_violation

IoT.Client.put_verification_state_on_violation(**kwargs)

Set a verification state and provide a description of that verification state on a violation (detect alarm).

See also: AWS API Documentation

Request Syntax

response = client.put_verification_state_on_violation(
    violationId='string',
    verificationState='FALSE_POSITIVE'|'BENIGN_POSITIVE'|'TRUE_POSITIVE'|'UNKNOWN',
    verificationStateDescription='string'
)
Parameters
  • violationId (string) --

    [REQUIRED]

    The violation ID.

  • verificationState (string) --

    [REQUIRED]

    The verification state of the violation.

  • verificationStateDescription (string) -- The description of the verification state of the violation (detect alarm).
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

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