Class: Aws::WAF::Types::WAFReferencedItemException

Inherits:
Struct
  • Object
show all
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 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

#messageString

Returns:

  • (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