Class: Aws::WAF::Types::WAFNonexistentItemException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::WAFNonexistentItemException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 'lib/aws-sdk-waf/types.rb', line 6095 class WAFNonexistentItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |