Class: Aws::WAFV2::Types::WAFSubscriptionNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9704
9705
9706
9707
9708
# File 'lib/aws-sdk-wafv2/types.rb', line 9704

class WAFSubscriptionNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end