AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appsync
/
aws.sdk.kotlin.services.appsync.model
/
SchemaStatus
Schema
Status
sealed
class
SchemaStatus
Inheritors
Active
Deleting
Failed
NotApplicable
Processing
Success
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
SchemaStatus
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
SchemaStatus
Failed
Link copied to clipboard
object
Failed
:
SchemaStatus
Not
Applicable
Link copied to clipboard
object
NotApplicable
:
SchemaStatus
Processing
Link copied to clipboard
object
Processing
:
SchemaStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SchemaStatus
Success
Link copied to clipboard
object
Success
:
SchemaStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String