Class: Aws::WAFV2::Types::WAFNonexistentItemException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::WAFNonexistentItemException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
WAF couldn’t perform the operation because your resource doesn’t exist. If you’ve just created a resource that you’re using in this operation, you might just need to wait a few minutes. It can take from a few seconds to a number of minutes for changes to propagate.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      9643 9644 9645 9646 9647  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 9643 class WAFNonexistentItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |