Class: Aws::WAFV2::Types::WAFDuplicateItemException

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 the resource that you tried to save is a duplicate of an existing one.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9322
9323
9324
9325
9326
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9322

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