AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fis
/
aws.sdk.kotlin.services.fis.model
/
ExperimentReportStatus
Experiment
Report
Status
sealed
class
ExperimentReportStatus
Inheritors
Cancelled
Completed
Failed
Pending
Running
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ExperimentReportStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ExperimentReportStatus
Failed
Link copied to clipboard
object
Failed
:
ExperimentReportStatus
Pending
Link copied to clipboard
object
Pending
:
ExperimentReportStatus
Running
Link copied to clipboard
object
Running
:
ExperimentReportStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExperimentReportStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String