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)


9411
9412
9413
9414
9415
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9411

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