Class: Aws::Lambda::Types::ExecutionTimedOutDetails

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

Overview

Details about a [durable execution] that timed out.

[1]: docs.aws.amazon.com/lambda/latest/dg/durable-functions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::EventError

Details about the execution timeout.

Returns:



3347
3348
3349
3350
3351
# File 'lib/aws-sdk-lambda/types.rb', line 3347

class ExecutionTimedOutDetails < Struct.new(
  :error)
  SENSITIVE = []
  include Aws::Structure
end