Class: Aws::SecurityLake::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::BadRequestException
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
119 120 121 122 123 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 119 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |