Class: Aws::WAFV2::Types::WAFInvalidResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFInvalidResourceException
- Defined in:
- gems/aws-sdk-wafv2/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
#message ⇒ String
9586 9587 9588 9589 9590 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9586 class WAFInvalidResourceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |