AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecr
/
aws.sdk.kotlin.services.ecr.model
/
ScanStatus
Scan
Status
sealed
class
ScanStatus
Inheritors
Active
Complete
Failed
FindingsUnavailable
InProgress
LimitExceeded
Pending
ScanEligibilityExpired
UnsupportedImage
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ScanStatus
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ScanStatus
Failed
Link copied to clipboard
object
Failed
:
ScanStatus
Findings
Unavailable
Link copied to clipboard
object
FindingsUnavailable
:
ScanStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ScanStatus
Limit
Exceeded
Link copied to clipboard
object
LimitExceeded
:
ScanStatus
Pending
Link copied to clipboard
object
Pending
:
ScanStatus
Scan
Eligibility
Expired
Link copied to clipboard
object
ScanEligibilityExpired
:
ScanStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ScanStatus
Unsupported
Image
Link copied to clipboard
object
UnsupportedImage
:
ScanStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String