Class: Aws::Lambda::Types::StopDurableExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::StopDurableExecutionRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the durable execution.
-
#error ⇒ Types::ErrorObject
Optional error details explaining why the execution is being stopped.
Instance Attribute Details
#durable_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the durable execution.
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 |
#error ⇒ Types::ErrorObject
Optional error details explaining why the execution is being stopped.
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 |