Class: Aws::WAFRegional::Types::WAFSubscriptionNotFoundException

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

#messageString

Returns:

  • (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