Class: Aws::WAFRegional::Types::WAFReferencedItemException

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


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