Class: Aws::Lambda::Types::StopDurableExecutionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arnString

The Amazon Resource Name (ARN) of the durable execution.

Returns:

  • (String)


8644
8645
8646
8647
8648
8649
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8644

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

#errorTypes::ErrorObject

Optional error details explaining why the execution is being stopped.

Returns:



8644
8645
8646
8647
8648
8649
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8644

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