Struct aws_sdk_waf::error::DeleteGeoMatchSetError
source ·
[−]#[non_exhaustive]pub struct DeleteGeoMatchSetError {
pub kind: DeleteGeoMatchSetErrorKind,
// some fields omitted
}Expand description
Error type for the DeleteGeoMatchSet operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.kind: DeleteGeoMatchSetErrorKindKind of error that occurred.
Implementations
Creates a new DeleteGeoMatchSetError.
Creates the DeleteGeoMatchSetError::Unhandled variant from any error type.
Creates the DeleteGeoMatchSetError::Unhandled variant from a aws_smithy_types::Error.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true if the error kind is DeleteGeoMatchSetErrorKind::WafInternalErrorException.
Returns true if the error kind is DeleteGeoMatchSetErrorKind::WafInvalidAccountException.
Returns true if the error kind is DeleteGeoMatchSetErrorKind::WafNonEmptyEntityException.
Returns true if the error kind is DeleteGeoMatchSetErrorKind::WafNonexistentItemException.
Returns true if the error kind is DeleteGeoMatchSetErrorKind::WafReferencedItemException.
Returns true if the error kind is DeleteGeoMatchSetErrorKind::WafStaleDataException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteGeoMatchSetError
impl Send for DeleteGeoMatchSetError
impl Sync for DeleteGeoMatchSetError
impl Unpin for DeleteGeoMatchSetError
impl !UnwindSafe for DeleteGeoMatchSetError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
