Class: Aws::Lambda::Types::ExecutionStoppedDetails

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

Overview

Details about a durable execution that stopped.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::EventError

Details about why the execution stopped.

Returns:



3311
3312
3313
3314
3315
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3311

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