AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
configservice
/
aws.sdk.kotlin.services.configservice.model
/
RecorderStatus
Recorder
Status
sealed
class
RecorderStatus
Inheritors
Failure
NotApplicable
Pending
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failure
Link copied to clipboard
object
Failure
:
RecorderStatus
Not
Applicable
Link copied to clipboard
object
NotApplicable
:
RecorderStatus
Pending
Link copied to clipboard
object
Pending
:
RecorderStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecorderStatus
Success
Link copied to clipboard
object
Success
:
RecorderStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String