AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
ReferenceStatus
Reference
Status
sealed
class
ReferenceStatus
Inheritors
Approved
Available
Deleted
Failed
Processing
Rejected
SdkUnknown
Members
Types
Approved
Link copied to clipboard
object
Approved
:
ReferenceStatus
Available
Link copied to clipboard
object
Available
:
ReferenceStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ReferenceStatus
Failed
Link copied to clipboard
object
Failed
:
ReferenceStatus
Processing
Link copied to clipboard
object
Processing
:
ReferenceStatus
Rejected
Link copied to clipboard
object
Rejected
:
ReferenceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReferenceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String