Enum aws_sdk_wafv2::operation::get_rate_based_statement_managed_keys::GetRateBasedStatementManagedKeysError
source · #[non_exhaustive]pub enum GetRateBasedStatementManagedKeysError {
WafInternalErrorException(WafInternalErrorException),
WafInvalidOperationException(WafInvalidOperationException),
WafInvalidParameterException(WafInvalidParameterException),
WafNonexistentItemException(WafNonexistentItemException),
WafUnsupportedAggregateKeyTypeException(WafUnsupportedAggregateKeyTypeException),
Unhandled(Unhandled),
}Expand description
Error type for the GetRateBasedStatementManagedKeysError operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
WafInternalErrorException(WafInternalErrorException)
Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your request.
WafInvalidOperationException(WafInvalidOperationException)
The operation isn't valid.
WafInvalidParameterException(WafInvalidParameterException)
The operation failed because WAF didn't recognize a parameter in the request. For example:
-
You specified a parameter name or value that isn't valid.
-
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
-
You tried to update a
WebACLwith aDefaultActionthat isn't among the types available atDefaultAction. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WafNonexistentItemException(WafNonexistentItemException)
WAF couldn’t perform the operation because your resource doesn't exist. If you've just created a resource that you're using in this operation, you might just need to wait a few minutes. It can take from a few seconds to a number of minutes for changes to propagate.
WafUnsupportedAggregateKeyTypeException(WafUnsupportedAggregateKeyTypeException)
The rule that you've named doesn't aggregate solely on the IP address or solely on the forwarded IP address. This call is only available for rate-based rules with an AggregateKeyType setting of IP or FORWARDED_IP.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl GetRateBasedStatementManagedKeysError
impl GetRateBasedStatementManagedKeysError
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 GetRateBasedStatementManagedKeysError::Unhandled variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the GetRateBasedStatementManagedKeysError::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_waf_internal_error_exception(&self) -> bool
pub fn is_waf_internal_error_exception(&self) -> bool
Returns true if the error kind is GetRateBasedStatementManagedKeysError::WafInternalErrorException.
sourcepub fn is_waf_invalid_operation_exception(&self) -> bool
pub fn is_waf_invalid_operation_exception(&self) -> bool
Returns true if the error kind is GetRateBasedStatementManagedKeysError::WafInvalidOperationException.
sourcepub fn is_waf_invalid_parameter_exception(&self) -> bool
pub fn is_waf_invalid_parameter_exception(&self) -> bool
Returns true if the error kind is GetRateBasedStatementManagedKeysError::WafInvalidParameterException.
sourcepub fn is_waf_nonexistent_item_exception(&self) -> bool
pub fn is_waf_nonexistent_item_exception(&self) -> bool
Returns true if the error kind is GetRateBasedStatementManagedKeysError::WafNonexistentItemException.
sourcepub fn is_waf_unsupported_aggregate_key_type_exception(&self) -> bool
pub fn is_waf_unsupported_aggregate_key_type_exception(&self) -> bool
Returns true if the error kind is GetRateBasedStatementManagedKeysError::WafUnsupportedAggregateKeyTypeException.
Trait Implementations§
source§impl CreateUnhandledError for GetRateBasedStatementManagedKeysError
impl CreateUnhandledError for GetRateBasedStatementManagedKeysError
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 GetRateBasedStatementManagedKeysError
impl Error for GetRateBasedStatementManagedKeysError
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<GetRateBasedStatementManagedKeysError> for Error
impl From<GetRateBasedStatementManagedKeysError> for Error
source§fn from(err: GetRateBasedStatementManagedKeysError) -> Self
fn from(err: GetRateBasedStatementManagedKeysError) -> Self
source§impl ProvideErrorMetadata for GetRateBasedStatementManagedKeysError
impl ProvideErrorMetadata for GetRateBasedStatementManagedKeysError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for GetRateBasedStatementManagedKeysError
impl RequestId for GetRateBasedStatementManagedKeysError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.