Class: Aws::Lambda::Types::ExecutionFailedDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ExecutionFailedDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Details about a failed [durable execution].
[1]: docs.aws.amazon.com/lambda/latest/dg/durable-functions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::EventError
Details about the execution failure.
Instance Attribute Details
#error ⇒ Types::EventError
Details about the execution failure.
3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-lambda/types.rb', line 3273 class ExecutionFailedDetails < Struct.new( :error) SENSITIVE = [] include Aws::Structure end |