Class: Aws::WAFRegional::Types::WAFSubscriptionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFSubscriptionNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
The specified subscription does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6290 6291 6292 6293 6294 |
# File 'lib/aws-sdk-wafregional/types.rb', line 6290 class WAFSubscriptionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |