Class: Aws::Lambda::Types::RequestTooLargeException

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

Overview

The request payload exceeded the Invoke request body JSON input quota. For more information, see Lambda quotas.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8437
8438
8439
8440
8441
8442
# File 'lib/aws-sdk-lambda/types.rb', line 8437

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

#typeString

Returns:

  • (String)


8437
8438
8439
8440
8441
8442
# File 'lib/aws-sdk-lambda/types.rb', line 8437

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