aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors
Exceptions
|
Base error for all api errors in the service. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Base error for all errors in the service. |
|
|
Error representing any unknown api errors. |
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.ServiceError
Bases:
ExceptionBase error for all errors in the service.
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.ApiError(message: str)
Bases:
ServiceError,Generic[T]Base error for all api errors in the service.
- code: T
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.UnknownApiError(message: str)
Bases:
ApiError[Literal[‘Unknown’]]Error representing any unknown api errors.
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.AwsCryptographicMaterialProvidersException(message: str)
Bases:
ApiError[Literal[‘AwsCryptographicMaterialProvidersException’]]
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.EntryAlreadyExists(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.EntryDoesNotExist(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InFlightTTLExceeded(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidAlgorithmSuiteInfo(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidAlgorithmSuiteInfoOnDecrypt(message: str)
Bases:
ApiError[Literal[‘InvalidAlgorithmSuiteInfoOnDecrypt’]]
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidAlgorithmSuiteInfoOnEncrypt(message: str)
Bases:
ApiError[Literal[‘InvalidAlgorithmSuiteInfoOnEncrypt’]]
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidDecryptionMaterials(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidDecryptionMaterialsTransition(message: str)
Bases:
ApiError[Literal[‘InvalidDecryptionMaterialsTransition’]]
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidEncryptionMaterials(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.InvalidEncryptionMaterialsTransition(message: str)
Bases:
ApiError[Literal[‘InvalidEncryptionMaterialsTransition’]]
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.AwsCryptographicPrimitives(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.ComAmazonawsDynamodb(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.ComAmazonawsKms(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.KeyStore(message: str)
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.CollectionOfErrors(*, message: str, list)
Bases:
ApiError[Literal[‘CollectionOfErrors’]]- list: List[ServiceError]
- as_dict() Dict[str, Any]
Converts the CollectionOfErrors to a dictionary.
The dictionary uses the modeled shape names rather than the parameter names as keys to be mostly compatible with boto3.
- static from_dict(d: Dict[str, Any]) CollectionOfErrors
Creates a CollectionOfErrors from a dictionary.
The dictionary is expected to use the modeled shape names rather than the parameter names as keys to be mostly compatible with boto3.
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.OpaqueError(*, obj)
Bases:
ApiError[Literal[‘OpaqueError’]]- __init__(*, obj)
- as_dict() Dict[str, Any]
Converts the OpaqueError to a dictionary.
The dictionary uses the modeled shape names rather than the parameter names as keys to be mostly compatible with boto3.
- static from_dict(d: Dict[str, Any]) OpaqueError
Creates a OpaqueError from a dictionary.
The dictionary is expected to use the modeled shape names rather than the parameter names as keys to be mostly compatible with boto3.
- exception aws_cryptographic_material_providers.smithygenerated.aws_cryptography_materialproviders.errors.OpaqueWithTextError(*, obj, obj_message)
Bases:
ApiError[Literal[‘OpaqueWithTextError’]]- __init__(*, obj, obj_message)
- as_dict() Dict[str, Any]
Converts the OpaqueWithTextError to a dictionary.
The dictionary uses the modeled shape names rather than the parameter names as keys to be mostly compatible with boto3.
- static from_dict(d: Dict[str, Any]) OpaqueWithTextError
Creates a OpaqueWithTextError from a dictionary.
The dictionary is expected to use the modeled shape names rather than the parameter names as keys to be mostly compatible with boto3.