AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mpa
/
aws.sdk.kotlin.services.mpa.model
/
IdentitySourceStatus
Identity
Source
Status
sealed
class
IdentitySourceStatus
Inheritors
Active
Creating
Deleting
Error
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
IdentitySourceStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
IdentitySourceStatus
Deleting
Link copied to clipboard
object
Deleting
:
IdentitySourceStatus
Error
Link copied to clipboard
object
Error
:
IdentitySourceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IdentitySourceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String