toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cleanrooms
/
aws.sdk.kotlin.services.cleanrooms.model
/
ProtectedQueryStatus
Protected
Query
Status
sealed
class
ProtectedQueryStatus
Inheritors
Cancelled
Cancelling
Failed
Started
Submitted
Success
TimedOut
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ProtectedQueryStatus
Cancelling
Link copied to clipboard
object
Cancelling
:
ProtectedQueryStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
ProtectedQueryStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProtectedQueryStatus
Started
Link copied to clipboard
object
Started
:
ProtectedQueryStatus
Submitted
Link copied to clipboard
object
Submitted
:
ProtectedQueryStatus
Success
Link copied to clipboard
object
Success
:
ProtectedQueryStatus
Timed
Out
Link copied to clipboard
object
TimedOut
:
ProtectedQueryStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String