AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
applicationdiscoveryservice
/
aws.sdk.kotlin.services.applicationdiscoveryservice.model
/
BatchDeleteImportDataErrorCode
Batch
Delete
Import
Data
Error
Code
sealed
class
BatchDeleteImportDataErrorCode
Inheritors
InternalServerError
NotFound
OverLimit
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
BatchDeleteImportDataErrorCode
Not
Found
Link copied to clipboard
object
NotFound
:
BatchDeleteImportDataErrorCode
Over
Limit
Link copied to clipboard
object
OverLimit
:
BatchDeleteImportDataErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchDeleteImportDataErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String