Class: Aws::WAFV2::Types::WAFNonexistentItemException

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

Overview

WAF couldn’t perform the operation because your resource doesn’t exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13588
13589
13590
13591
13592
# File 'lib/aws-sdk-wafv2/types.rb', line 13588

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