AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
storagegateway
/
aws.sdk.kotlin.services.storagegateway.model
/
CacheReportStatus
Cache
Report
Status
sealed
class
CacheReportStatus
Inheritors
Canceled
Completed
Error
Failed
InProgress
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
CacheReportStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
CacheReportStatus
Error
Link copied to clipboard
object
Error
:
CacheReportStatus
Failed
Link copied to clipboard
object
Failed
:
CacheReportStatus
In
Progress
Link copied to clipboard
object
InProgress
:
CacheReportStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CacheReportStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String