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