Class: Aws::WAFV2::Types::WAFDuplicateItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFDuplicateItemException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
9460 9461 9462 9463 9464 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9460 class WAFDuplicateItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |