Class: Aws::Lambda::Types::InvalidRequestContentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidRequestContentException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string.
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.
3647 3648 3649 3650 3651 3652 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3647 class InvalidRequestContentException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
3647 3648 3649 3650 3651 3652 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3647 class InvalidRequestContentException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |