Class: Aws::WAF::Types::WAFNonexistentItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::WAFNonexistentItemException
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
The operation failed because the referenced object doesn't exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6095 6096 6097 6098 6099 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 6095 class WAFNonexistentItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |