Class: Aws::WAFV2::Types::WAFSubscriptionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFSubscriptionNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
You tried to use a managed rule group that’s available by subscription, but you aren’t subscribed to it yet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9697 9698 9699 9700 9701 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9697 class WAFSubscriptionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |