AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
accessanalyzer
/
aws.sdk.kotlin.services.accessanalyzer.model
/
FindingStatus
Finding
Status
sealed
class
FindingStatus
Inheritors
Active
Archived
Resolved
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
FindingStatus
Archived
Link copied to clipboard
object
Archived
:
FindingStatus
Companion
Link copied to clipboard
object
Companion
Resolved
Link copied to clipboard
object
Resolved
:
FindingStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FindingStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String