AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
arczonalshift
/
aws.sdk.kotlin.services.arczonalshift.model
/
PracticeRunOutcome
Practice
Run
Outcome
sealed
class
PracticeRunOutcome
Inheritors
CapacityCheckFailed
Failed
Interrupted
Pending
Succeeded
SdkUnknown
Members
Types
Capacity
Check
Failed
Link copied to clipboard
object
CapacityCheckFailed
:
PracticeRunOutcome
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