Class: Aws::WAFRegional::Types::WAFBadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFBadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ 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 |