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
/
InquiryStatusMessage
Inquiry
Status
Message
sealed
class
InquiryStatusMessage
Inheritors
CompletedWithErrors
HumanReviewInProgress
InternalError
InProgress
MalwareDetectedError
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
With
Errors
Link copied to clipboard
object
CompletedWithErrors
:
InquiryStatusMessage
Human
Review
In
Progress
Link copied to clipboard
object
HumanReviewInProgress
:
InquiryStatusMessage
In
Progress
Link copied to clipboard
object
InProgress
:
InquiryStatusMessage
Internal
Error
Link copied to clipboard
object
InternalError
:
InquiryStatusMessage
Malware
Detected
Error
Link copied to clipboard
object
MalwareDetectedError
:
InquiryStatusMessage
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InquiryStatusMessage
Success
Link copied to clipboard
object
Success
:
InquiryStatusMessage
Properties
value
Link copied to clipboard
abstract
val
value
:
String