Class: Aws::WAFRegional::Types::WAFReferencedItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFReferencedItemException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
The operation failed because you tried to delete an object that is still in use. For example:
You tried to delete a
ByteMatchSet
that is still referenced by aRule
.You tried to delete a
Rule
that is still referenced by aWebACL
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6242 6243 6244 6245 6246 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 6242 class WAFReferencedItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |