toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
servicecatalog
/
aws.sdk.kotlin.services.servicecatalog.model
/
ShareStatus
Share
Status
sealed
class
ShareStatus
Inheritors
Completed
CompletedWithErrors
Error
InProgress
NotStarted
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ShareStatus
Completed
With
Errors
Link copied to clipboard
object
CompletedWithErrors
:
ShareStatus
Error
Link copied to clipboard
object
Error
:
ShareStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ShareStatus
Not
Started
Link copied to clipboard
object
NotStarted
:
ShareStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ShareStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String