AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
inspector2
/
aws.sdk.kotlin.services.inspector2.model
/
ExternalReportStatus
External
Report
Status
sealed
class
ExternalReportStatus
Inheritors
Cancelled
Failed
InProgress
Succeeded
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
ExternalReportStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
ExternalReportStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ExternalReportStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExternalReportStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
ExternalReportStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String