AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wellarchitected
/
aws.sdk.kotlin.services.wellarchitected.model
/
ShareStatus
Share
Status
sealed
class
ShareStatus
The status of the share request.
Inheritors
Accepted
Associated
Associating
Expired
Failed
Pending
Rejected
Revoked
SdkUnknown
Members
Types
Accepted
Link copied to clipboard
object
Accepted
:
ShareStatus
Associated
Link copied to clipboard
object
Associated
:
ShareStatus
Associating
Link copied to clipboard
object
Associating
:
ShareStatus
Companion
Link copied to clipboard
object
Companion
Expired
Link copied to clipboard
object
Expired
:
ShareStatus
Failed
Link copied to clipboard
object
Failed
:
ShareStatus
Pending
Link copied to clipboard
object
Pending
:
ShareStatus
Rejected
Link copied to clipboard
object
Rejected
:
ShareStatus
Revoked
Link copied to clipboard
object
Revoked
:
ShareStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ShareStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String