Class: Aws::WAFRegional::Types::WAFReferencedItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFReferencedItemException
- Includes:
- Structure
- Defined in:
- 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 a `Rule`.
-
You tried to delete a ‘Rule` that is still referenced by a `WebACL`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6242 6243 6244 6245 6246 |
# File 'lib/aws-sdk-wafregional/types.rb', line 6242 class WAFReferencedItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |