Class: Aws::SecurityLake::Types::BadRequestException

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

#messageString

Returns:

  • (String)


120
121
122
123
124
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 120

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