Class: Aws::Lambda::Types::DurableExecutionAlreadyStartedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DurableExecutionAlreadyStartedException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The durable execution with the specified name has already been started. Each durable execution name must be unique within the function. Use a different name or check the status of the existing execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
2394 2395 2396 2397 2398 2399 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2394 class DurableExecutionAlreadyStartedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
2394 2395 2396 2397 2398 2399 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2394 class DurableExecutionAlreadyStartedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |