Class: Aws::WAF::Types::WAFReferencedItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::WAFReferencedItemException
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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
6114 6115 6116 6117 6118 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 6114 class WAFReferencedItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |