Enum aws_sdk_cloudfront::operation::create_field_level_encryption_profile::CreateFieldLevelEncryptionProfileError
source · #[non_exhaustive]
pub enum CreateFieldLevelEncryptionProfileError {
FieldLevelEncryptionProfileAlreadyExists(FieldLevelEncryptionProfileAlreadyExists),
FieldLevelEncryptionProfileSizeExceeded(FieldLevelEncryptionProfileSizeExceeded),
InconsistentQuantities(InconsistentQuantities),
InvalidArgument(InvalidArgument),
NoSuchPublicKey(NoSuchPublicKey),
TooManyFieldLevelEncryptionEncryptionEntities(TooManyFieldLevelEncryptionEncryptionEntities),
TooManyFieldLevelEncryptionFieldPatterns(TooManyFieldLevelEncryptionFieldPatterns),
TooManyFieldLevelEncryptionProfiles(TooManyFieldLevelEncryptionProfiles),
Unhandled(Unhandled),
}
Expand description
Error type for the CreateFieldLevelEncryptionProfileError
operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
FieldLevelEncryptionProfileAlreadyExists(FieldLevelEncryptionProfileAlreadyExists)
The specified profile for field-level encryption already exists.
FieldLevelEncryptionProfileSizeExceeded(FieldLevelEncryptionProfileSizeExceeded)
The maximum size of a profile for field-level encryption was exceeded.
InconsistentQuantities(InconsistentQuantities)
The value of Quantity
and the size of Items
don't match.
InvalidArgument(InvalidArgument)
An argument is invalid.
NoSuchPublicKey(NoSuchPublicKey)
The specified public key doesn't exist.
TooManyFieldLevelEncryptionEncryptionEntities(TooManyFieldLevelEncryptionEncryptionEntities)
The maximum number of encryption entities for field-level encryption have been created.
TooManyFieldLevelEncryptionFieldPatterns(TooManyFieldLevelEncryptionFieldPatterns)
The maximum number of field patterns for field-level encryption have been created.
TooManyFieldLevelEncryptionProfiles(TooManyFieldLevelEncryptionProfiles)
The maximum number of profiles for field-level encryption have been created.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl CreateFieldLevelEncryptionProfileError
impl CreateFieldLevelEncryptionProfileError
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the CreateFieldLevelEncryptionProfileError::Unhandled
variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the CreateFieldLevelEncryptionProfileError::Unhandled
variant from a aws_smithy_types::error::ErrorMetadata
.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_field_level_encryption_profile_already_exists(&self) -> bool
pub fn is_field_level_encryption_profile_already_exists(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::FieldLevelEncryptionProfileAlreadyExists
.
sourcepub fn is_field_level_encryption_profile_size_exceeded(&self) -> bool
pub fn is_field_level_encryption_profile_size_exceeded(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::FieldLevelEncryptionProfileSizeExceeded
.
sourcepub fn is_inconsistent_quantities(&self) -> bool
pub fn is_inconsistent_quantities(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::InconsistentQuantities
.
sourcepub fn is_invalid_argument(&self) -> bool
pub fn is_invalid_argument(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::InvalidArgument
.
sourcepub fn is_no_such_public_key(&self) -> bool
pub fn is_no_such_public_key(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::NoSuchPublicKey
.
sourcepub fn is_too_many_field_level_encryption_encryption_entities(&self) -> bool
pub fn is_too_many_field_level_encryption_encryption_entities(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::TooManyFieldLevelEncryptionEncryptionEntities
.
sourcepub fn is_too_many_field_level_encryption_field_patterns(&self) -> bool
pub fn is_too_many_field_level_encryption_field_patterns(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::TooManyFieldLevelEncryptionFieldPatterns
.
sourcepub fn is_too_many_field_level_encryption_profiles(&self) -> bool
pub fn is_too_many_field_level_encryption_profiles(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionProfileError::TooManyFieldLevelEncryptionProfiles
.
Trait Implementations§
source§impl CreateUnhandledError for CreateFieldLevelEncryptionProfileError
impl CreateUnhandledError for CreateFieldLevelEncryptionProfileError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source
and error metadata.source§impl Error for CreateFieldLevelEncryptionProfileError
impl Error for CreateFieldLevelEncryptionProfileError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateFieldLevelEncryptionProfileError> for Error
impl From<CreateFieldLevelEncryptionProfileError> for Error
source§fn from(err: CreateFieldLevelEncryptionProfileError) -> Self
fn from(err: CreateFieldLevelEncryptionProfileError) -> Self
source§impl ProvideErrorMetadata for CreateFieldLevelEncryptionProfileError
impl ProvideErrorMetadata for CreateFieldLevelEncryptionProfileError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for CreateFieldLevelEncryptionProfileError
impl RequestId for CreateFieldLevelEncryptionProfileError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.