toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
schemas
/
aws.sdk.kotlin.services.schemas.model
/
CodeGenerationStatus
Code
Generation
Status
sealed
class
CodeGenerationStatus
Inheritors
CreateComplete
CreateFailed
CreateInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Complete
Link copied to clipboard
object
CreateComplete
:
CodeGenerationStatus
Create
Failed
Link copied to clipboard
object
CreateFailed
:
CodeGenerationStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
CodeGenerationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CodeGenerationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String