AWS SDK for Kotlin
Toggle table of contents
1.6.106
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
artifact
/
aws.sdk.kotlin.services.artifact.model
/
QueryStatusMessage
Query
Status
Message
sealed
class
QueryStatusMessage
Inheritors
InternalError
InProgress
PendingHumanReview
Restricted
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
In
Progress
Link copied to clipboard
object
InProgress
:
QueryStatusMessage
Internal
Error
Link copied to clipboard
object
InternalError
:
QueryStatusMessage
Pending
Human
Review
Link copied to clipboard
object
PendingHumanReview
:
QueryStatusMessage
Restricted
Link copied to clipboard
object
Restricted
:
QueryStatusMessage
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueryStatusMessage
Success
Link copied to clipboard
object
Success
:
QueryStatusMessage
Properties
value
Link copied to clipboard
abstract
val
value
:
String