toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
arczonalshift
/
aws.sdk.kotlin.services.arczonalshift.model
/
PracticeRunOutcome
Practice
Run
Outcome
sealed
class
PracticeRunOutcome
Inheritors
Failed
Interrupted
Pending
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
PracticeRunOutcome
Interrupted
Link copied to clipboard
object
Interrupted
:
PracticeRunOutcome
Pending
Link copied to clipboard
object
Pending
:
PracticeRunOutcome
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PracticeRunOutcome
Succeeded
Link copied to clipboard
object
Succeeded
:
PracticeRunOutcome
Properties
value
Link copied to clipboard
abstract
val
value
:
String