Class: Aws::WAFRegional::Types::WAFBadRequestException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5938
5939
5940
5941
5942
# File 'lib/aws-sdk-wafregional/types.rb', line 5938

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