Class: Aws::WAFV2::Types::WAFInvalidResourceException

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

Overview

WAF couldn’t perform the operation because the resource that you requested isn’t valid. Check the resource, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



10423
10424
10425
10426
10427
# File 'lib/aws-sdk-wafv2/types.rb', line 10423

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