Class: Aws::Lambda::Types::SerializedRequestEntityTooLargeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The request payload exceeded the maximum allowed size for serialized request entities.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8342
8343
8344
8345
8346
8347
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8342

class SerializedRequestEntityTooLargeException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The error type.

Returns:

  • (String)


8342
8343
8344
8345
8346
8347
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8342

class SerializedRequestEntityTooLargeException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end