AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizerautomation
/
aws.sdk.kotlin.services.computeoptimizerautomation.model
/
StepStatus
Step
Status
sealed
class
StepStatus
Inheritors
Complete
Failed
InProgress
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
StepStatus
Failed
Link copied to clipboard
object
Failed
:
StepStatus
In
Progress
Link copied to clipboard
object
InProgress
:
StepStatus
Ready
Link copied to clipboard
object
Ready
:
StepStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String