Class: Aws::WAFV2::Types::WAFAssociatedItemException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

WAF couldn’t perform the operation because your resource is being used by another resource or it’s associated with another resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9283
9284
9285
9286
9287
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9283

class WAFAssociatedItemException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end