Class: Aws::Lambda::Types::UnsupportedMediaTypeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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

#typeString

Returns:

  • (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