AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
swf
/
aws.sdk.kotlin.services.swf.model
/
StartChildWorkflowExecutionFailedCause
Start
Child
Workflow
Execution
Failed
Cause
sealed
class
StartChildWorkflowExecutionFailedCause
Inheritors
ChildCreationRateExceeded
DefaultChildPolicyUndefined
DefaultExecutionStartToCloseTimeoutUndefined
DefaultTaskListUndefined
DefaultTaskStartToCloseTimeoutUndefined
OpenChildrenLimitExceeded
OpenWorkflowsLimitExceeded
OperationNotPermitted
WorkflowAlreadyRunning
WorkflowTypeDeprecated
WorkflowTypeDoesNotExist
SdkUnknown
Members
Types
Child
Creation
Rate
Exceeded
Link copied to clipboard
object
ChildCreationRateExceeded
:
StartChildWorkflowExecutionFailedCause
Companion
Link copied to clipboard
object
Companion
Default
Child
Policy
Undefined
Link copied to clipboard
object
DefaultChildPolicyUndefined
:
StartChildWorkflowExecutionFailedCause
Default
Execution
Start
To
Close
Timeout
Undefined
Link copied to clipboard
object
DefaultExecutionStartToCloseTimeoutUndefined
:
StartChildWorkflowExecutionFailedCause
Default
Task
List
Undefined
Link copied to clipboard
object
DefaultTaskListUndefined
:
StartChildWorkflowExecutionFailedCause
Default
Task
Start
To
Close
Timeout
Undefined
Link copied to clipboard
object
DefaultTaskStartToCloseTimeoutUndefined
:
StartChildWorkflowExecutionFailedCause
Open
Children
Limit
Exceeded
Link copied to clipboard
object
OpenChildrenLimitExceeded
:
StartChildWorkflowExecutionFailedCause
Open
Workflows
Limit
Exceeded
Link copied to clipboard
object
OpenWorkflowsLimitExceeded
:
StartChildWorkflowExecutionFailedCause
Operation
Not
Permitted
Link copied to clipboard
object
OperationNotPermitted
:
StartChildWorkflowExecutionFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StartChildWorkflowExecutionFailedCause
Workflow
Already
Running
Link copied to clipboard
object
WorkflowAlreadyRunning
:
StartChildWorkflowExecutionFailedCause
Workflow
Type
Deprecated
Link copied to clipboard
object
WorkflowTypeDeprecated
:
StartChildWorkflowExecutionFailedCause
Workflow
Type
Does
Not
Exist
Link copied to clipboard
object
WorkflowTypeDoesNotExist
:
StartChildWorkflowExecutionFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String