Skip to content

Exception

CLASS DESCRIPTION
DataMaskingContextMismatchError

Decrypting with the incorrect encryption context.

DataMaskingDecryptKeyError

Decrypting with an invalid AWS KMS Key ARN.

DataMaskingDecryptValueError

Decrypting an invalid field.

DataMaskingEncryptKeyError

Encrypting with an invalid AWS KMS Key ARN.

DataMaskingFieldNotFoundError

Field not found.

DataMaskingUnsupportedTypeError

UnsupportedType Error

DataMaskingContextMismatchError

Bases: Exception

Decrypting with the incorrect encryption context.

DataMaskingDecryptKeyError

Bases: Exception

Decrypting with an invalid AWS KMS Key ARN.

DataMaskingDecryptValueError

Bases: Exception

Decrypting an invalid field.

DataMaskingEncryptKeyError

Bases: Exception

Encrypting with an invalid AWS KMS Key ARN.

DataMaskingFieldNotFoundError

Bases: Exception

Field not found.

DataMaskingUnsupportedTypeError

Bases: Exception

UnsupportedType Error