Class: Aws::Lambda::Types::ChainedInvokeStoppedDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ChainedInvokeStoppedDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Details about a chained invocation that was stopped.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::EventError
Details about why the chained invocation stopped.
Instance Attribute Details
#error ⇒ Types::EventError
Details about why the chained invocation stopped.
765 766 767 768 769 |
# File 'lib/aws-sdk-lambda/types.rb', line 765 class ChainedInvokeStoppedDetails < Struct.new( :error) SENSITIVE = [] include Aws::Structure end |