AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
groundstation
/
aws.sdk.kotlin.services.groundstation.model
/
EndpointStatus
Endpoint
Status
sealed
class
EndpointStatus
Inheritors
Created
Creating
Deleted
Deleting
Failed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
EndpointStatus
Creating
Link copied to clipboard
object
Creating
:
EndpointStatus
Deleted
Link copied to clipboard
object
Deleted
:
EndpointStatus
Deleting
Link copied to clipboard
object
Deleting
:
EndpointStatus
Failed
Link copied to clipboard
object
Failed
:
EndpointStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EndpointStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String