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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


5437
5438
5439
5440
5441
5442
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5437

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

#typeString

Returns:

  • (String)


5437
5438
5439
5440
5441
5442
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5437

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