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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/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)


9566
9567
9568
9569
9570
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9566

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