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 limit. For more information, see [Limits].

[1]: docs.aws.amazon.com/lambda/latest/dg/limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-lambda/types.rb', line 4906

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

#typeString

Returns:

  • (String)


4906
4907
4908
4909
4910
4911
# File 'lib/aws-sdk-lambda/types.rb', line 4906

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