update_model(**kwargs)¶Updates model description.
See also: AWS API Documentation
Request Syntax
response = client.update_model(
modelId='string',
modelType='ONLINE_FRAUD_INSIGHTS'|'TRANSACTION_FRAUD_INSIGHTS'|'ACCOUNT_TAKEOVER_INSIGHTS',
description='string'
)
[REQUIRED]
The model ID.
[REQUIRED]
The model type.
dict
Response Syntax
{}
Response Structure
Exceptions
FraudDetector.Client.exceptions.ValidationExceptionFraudDetector.Client.exceptions.ResourceNotFoundExceptionFraudDetector.Client.exceptions.InternalServerExceptionFraudDetector.Client.exceptions.ThrottlingExceptionFraudDetector.Client.exceptions.AccessDeniedExceptionFraudDetector.Client.exceptions.ConflictException