AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotmanagedintegrations
/
aws.sdk.kotlin.services.iotmanagedintegrations.model
/
AssociationState
Association
State
sealed
class
AssociationState
Inheritors
AssociationDeleting
AssociationFailed
AssociationInProgress
AssociationSucceeded
RefreshTokenExpired
SdkUnknown
Members
Types
Association
Deleting
Link copied to clipboard
object
AssociationDeleting
:
AssociationState
Association
Failed
Link copied to clipboard
object
AssociationFailed
:
AssociationState
Association
In
Progress
Link copied to clipboard
object
AssociationInProgress
:
AssociationState
Association
Succeeded
Link copied to clipboard
object
AssociationSucceeded
:
AssociationState
Companion
Link copied to clipboard
object
Companion
Refresh
Token
Expired
Link copied to clipboard
object
RefreshTokenExpired
:
AssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String