AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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