Class: Aws::Lambda::Types::UnsupportedMediaTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::UnsupportedMediaTypeException
- Defined in:
- gems/aws-sdk-lambda/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
6463 6464 6465 6466 6467 6468 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6463 class UnsupportedMediaTypeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6463 6464 6465 6466 6467 6468 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6463 class UnsupportedMediaTypeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |