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'
)
[REQUIRED]
The violation ID.
[REQUIRED]
The verification state of the violation.
dict
Response Syntax
{}
Response Structure
Exceptions
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.InternalFailureException