Class: Aws::Lambda::Types::RecursiveInvocationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::RecursiveInvocationException
- 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
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
5747 5748 5749 5750 5751 5752 |
# File 'lib/aws-sdk-lambda/types.rb', line 5747 class RecursiveInvocationException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
5747 5748 5749 5750 5751 5752 |
# File 'lib/aws-sdk-lambda/types.rb', line 5747 class RecursiveInvocationException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |