AWS SDK for Kotlin
Toggle table of contents
1.5.67
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rtbfabric
/
aws.sdk.kotlin.services.rtbfabric.model
/
ResponderGatewayStatus
Responder
Gateway
Status
sealed
class
ResponderGatewayStatus
Inheritors
Active
Deleted
Error
Isolated
PendingCreation
PendingDeletion
PendingIsolation
PendingRestoration
PendingUpdate
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ResponderGatewayStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ResponderGatewayStatus
Error
Link copied to clipboard
object
Error
:
ResponderGatewayStatus
Isolated
Link copied to clipboard
object
Isolated
:
ResponderGatewayStatus
Pending
Creation
Link copied to clipboard
object
PendingCreation
:
ResponderGatewayStatus
Pending
Deletion
Link copied to clipboard
object
PendingDeletion
:
ResponderGatewayStatus
Pending
Isolation
Link copied to clipboard
object
PendingIsolation
:
ResponderGatewayStatus
Pending
Restoration
Link copied to clipboard
object
PendingRestoration
:
ResponderGatewayStatus
Pending
Update
Link copied to clipboard
object
PendingUpdate
:
ResponderGatewayStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResponderGatewayStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String