get_kms_encryption_key
()¶Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.
See also: AWS API Documentation
Request Syntax
response = client.get_kms_encryption_key()
{
'kmsKey': {
'kmsEncryptionKeyArn': 'string'
}
}
Response Structure
The KMS encryption key.
The encryption key ARN.
Exceptions
FraudDetector.Client.exceptions.ResourceNotFoundException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException