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)


8387
8388
8389
8390
8391
8392
# File 'lib/aws-sdk-lambda/types.rb', line 8387

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

#typeString

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
# File 'lib/aws-sdk-lambda/types.rb', line 8387

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