Class: Aws::Lambda::Types::RecursiveInvocationException

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

Overview

Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and stopped your function’s invocation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


5342
5343
5344
5345
5346
5347
# File 'lib/aws-sdk-lambda/types.rb', line 5342

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

#typeString

The exception type.

Returns:

  • (String)


5342
5343
5344
5345
5346
5347
# File 'lib/aws-sdk-lambda/types.rb', line 5342

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