toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mq
/
aws.sdk.kotlin.services.mq.model
/
BrokerState
Broker
State
sealed
class
BrokerState
The broker's status.
Inheritors
CreationFailed
CreationInProgress
CriticalActionRequired
DeletionInProgress
RebootInProgress
Replica
Running
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creation
Failed
Link copied to clipboard
object
CreationFailed
:
BrokerState
Creation
In
Progress
Link copied to clipboard
object
CreationInProgress
:
BrokerState
Critical
Action
Required
Link copied to clipboard
object
CriticalActionRequired
:
BrokerState
Deletion
In
Progress
Link copied to clipboard
object
DeletionInProgress
:
BrokerState
Reboot
In
Progress
Link copied to clipboard
object
RebootInProgress
:
BrokerState
Replica
Link copied to clipboard
object
Replica
:
BrokerState
Running
Link copied to clipboard
object
Running
:
BrokerState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BrokerState
Properties
value
Link copied to clipboard
abstract
val
value
:
String