Class: Aws::WAF::Types::WAFSubscriptionNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::WAFSubscriptionNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-waf/types.rb
 
Overview
The specified subscription does not exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      6162 6163 6164 6165 6166  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 6162 class WAFSubscriptionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |