AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eventbridge
/
aws.sdk.kotlin.services.eventbridge.model
/
EndpointState
Endpoint
State
sealed
class
EndpointState
Inheritors
Active
CreateFailed
Creating
DeleteFailed
Deleting
UpdateFailed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
EndpointState
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
EndpointState
Creating
Link copied to clipboard
object
Creating
:
EndpointState
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
EndpointState
Deleting
Link copied to clipboard
object
Deleting
:
EndpointState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EndpointState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
EndpointState
Updating
Link copied to clipboard
object
Updating
:
EndpointState
Properties
value
Link copied to clipboard
abstract
val
value
:
String