Enum aws_sdk_cloudfront::operation::create_field_level_encryption_config::CreateFieldLevelEncryptionConfigError
source · #[non_exhaustive]
pub enum CreateFieldLevelEncryptionConfigError {
FieldLevelEncryptionConfigAlreadyExists(FieldLevelEncryptionConfigAlreadyExists),
InconsistentQuantities(InconsistentQuantities),
InvalidArgument(InvalidArgument),
NoSuchFieldLevelEncryptionProfile(NoSuchFieldLevelEncryptionProfile),
QueryArgProfileEmpty(QueryArgProfileEmpty),
TooManyFieldLevelEncryptionConfigs(TooManyFieldLevelEncryptionConfigs),
TooManyFieldLevelEncryptionContentTypeProfiles(TooManyFieldLevelEncryptionContentTypeProfiles),
TooManyFieldLevelEncryptionQueryArgProfiles(TooManyFieldLevelEncryptionQueryArgProfiles),
Unhandled(Unhandled),
}
Expand description
Error type for the CreateFieldLevelEncryptionConfigError
operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
FieldLevelEncryptionConfigAlreadyExists(FieldLevelEncryptionConfigAlreadyExists)
The specified configuration for field-level encryption already exists.
InconsistentQuantities(InconsistentQuantities)
The value of Quantity
and the size of Items
don't match.
InvalidArgument(InvalidArgument)
An argument is invalid.
NoSuchFieldLevelEncryptionProfile(NoSuchFieldLevelEncryptionProfile)
The specified profile for field-level encryption doesn't exist.
QueryArgProfileEmpty(QueryArgProfileEmpty)
No profile specified for the field-level encryption query argument.
TooManyFieldLevelEncryptionConfigs(TooManyFieldLevelEncryptionConfigs)
The maximum number of configurations for field-level encryption have been created.
TooManyFieldLevelEncryptionContentTypeProfiles(TooManyFieldLevelEncryptionContentTypeProfiles)
The maximum number of content type profiles for field-level encryption have been created.
TooManyFieldLevelEncryptionQueryArgProfiles(TooManyFieldLevelEncryptionQueryArgProfiles)
The maximum number of query arg 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 CreateFieldLevelEncryptionConfigError
impl CreateFieldLevelEncryptionConfigError
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 CreateFieldLevelEncryptionConfigError::Unhandled
variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the CreateFieldLevelEncryptionConfigError::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_config_already_exists(&self) -> bool
pub fn is_field_level_encryption_config_already_exists(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::FieldLevelEncryptionConfigAlreadyExists
.
sourcepub fn is_inconsistent_quantities(&self) -> bool
pub fn is_inconsistent_quantities(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::InconsistentQuantities
.
sourcepub fn is_invalid_argument(&self) -> bool
pub fn is_invalid_argument(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::InvalidArgument
.
sourcepub fn is_no_such_field_level_encryption_profile(&self) -> bool
pub fn is_no_such_field_level_encryption_profile(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::NoSuchFieldLevelEncryptionProfile
.
sourcepub fn is_query_arg_profile_empty(&self) -> bool
pub fn is_query_arg_profile_empty(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::QueryArgProfileEmpty
.
sourcepub fn is_too_many_field_level_encryption_configs(&self) -> bool
pub fn is_too_many_field_level_encryption_configs(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::TooManyFieldLevelEncryptionConfigs
.
sourcepub fn is_too_many_field_level_encryption_content_type_profiles(&self) -> bool
pub fn is_too_many_field_level_encryption_content_type_profiles(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::TooManyFieldLevelEncryptionContentTypeProfiles
.
sourcepub fn is_too_many_field_level_encryption_query_arg_profiles(&self) -> bool
pub fn is_too_many_field_level_encryption_query_arg_profiles(&self) -> bool
Returns true
if the error kind is CreateFieldLevelEncryptionConfigError::TooManyFieldLevelEncryptionQueryArgProfiles
.
Trait Implementations§
source§impl CreateUnhandledError for CreateFieldLevelEncryptionConfigError
impl CreateUnhandledError for CreateFieldLevelEncryptionConfigError
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 CreateFieldLevelEncryptionConfigError
impl Error for CreateFieldLevelEncryptionConfigError
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<CreateFieldLevelEncryptionConfigError> for Error
impl From<CreateFieldLevelEncryptionConfigError> for Error
source§fn from(err: CreateFieldLevelEncryptionConfigError) -> Self
fn from(err: CreateFieldLevelEncryptionConfigError) -> Self
source§impl ProvideErrorMetadata for CreateFieldLevelEncryptionConfigError
impl ProvideErrorMetadata for CreateFieldLevelEncryptionConfigError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for CreateFieldLevelEncryptionConfigError
impl RequestId for CreateFieldLevelEncryptionConfigError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.