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)


9467
9468
9469
9470
9471
# File 'lib/aws-sdk-wafv2/types.rb', line 9467

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