Class: Aws::Lambda::Types::InvalidRequestContentException

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

Overview

The request body could not be parsed as JSON.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-lambda/types.rb', line 3366

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

#typeString

The exception type.

Returns:

  • (String)


3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-lambda/types.rb', line 3366

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