Class: Aws::Lambda::Types::InvalidRequestContentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidRequestContentException
- 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
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
3491 3492 3493 3494 3495 3496 |
# File 'lib/aws-sdk-lambda/types.rb', line 3491 class InvalidRequestContentException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
3491 3492 3493 3494 3495 3496 |
# File 'lib/aws-sdk-lambda/types.rb', line 3491 class InvalidRequestContentException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |