AWS SDK for Kotlin
Toggle table of contents
1.4.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
transfer
/
aws.sdk.kotlin.services.transfer.model
/
ExecutionStatus
Execution
Status
sealed
class
ExecutionStatus
Inheritors
Completed
Exception
HandlingException
InProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ExecutionStatus
Exception
Link copied to clipboard
object
Exception
:
ExecutionStatus
Handling
Exception
Link copied to clipboard
object
HandlingException
:
ExecutionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ExecutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExecutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String