Class: Aws::Lambda::Types::UnsupportedMediaTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::UnsupportedMediaTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The content type of the ‘Invoke` request body is not JSON.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6340 6341 6342 6343 6344 6345 |
# File 'lib/aws-sdk-lambda/types.rb', line 6340 class UnsupportedMediaTypeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6340 6341 6342 6343 6344 6345 |
# File 'lib/aws-sdk-lambda/types.rb', line 6340 class UnsupportedMediaTypeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |