Struct aws_sdk_waf::error::WafNonexistentContainerException
source ·
[−]Expand description
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Ruleto or delete aRulefrom aWebACLthat doesn't exist. -
You tried to add a
ByteMatchSetto or delete aByteMatchSetfrom aRulethat doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSetthat doesn't exist. -
You tried to add a
ByteMatchTupleto or delete aByteMatchTuplefrom aByteMatchSetthat doesn't exist.
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.message: Option<String>Implementations
Creates a new builder-style object to manufacture WafNonexistentContainerException
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for WafNonexistentContainerException
impl Sync for WafNonexistentContainerException
impl Unpin for WafNonexistentContainerException
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
