update_detector_version_metadata
(**kwargs)¶Updates the detector version's description. You can update the metadata for any detector version ( DRAFT, ACTIVE,
or INACTIVE
).
See also: AWS API Documentation
Request Syntax
response = client.update_detector_version_metadata(
detectorId='string',
detectorVersionId='string',
description='string'
)
[REQUIRED]
The detector ID.
[REQUIRED]
The detector version ID.
[REQUIRED]
The description.
dict
Response Syntax
{}
Response Structure
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException
FraudDetector.Client.exceptions.ConflictException