Class: Aws::WAFRegional::Types::WAFNonexistentContainerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFNonexistentContainerException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
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
Rule
to or delete aRule
from aWebACL
that doesn't exist.You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist.You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist.You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6210 6211 6212 6213 6214 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 6210 class WAFNonexistentContainerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |