Class: Aws::WAF::Types::WAFSubscriptionNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

The specified subscription does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6162
6163
6164
6165
6166
# File 'lib/aws-sdk-waf/types.rb', line 6162

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