AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
ReportState
Report
State
sealed
class
ReportState
Inheritors
Cancelled
Complete
Error
Running
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ReportState
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ReportState
Error
Link copied to clipboard
object
Error
:
ReportState
Running
Link copied to clipboard
object
Running
:
ReportState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportState
Properties
value
Link copied to clipboard
abstract
val
value
:
String