AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dataexchange
/
aws.sdk.kotlin.services.dataexchange.model
/
Code
Code
sealed
class
Code
Inheritors
AccessDeniedException
InternalServerException
MalwareDetected
MalwareScanEncryptedFile
ResourceNotFoundException
ServiceQuotaExceededException
ValidationException
SdkUnknown
Members
Types
Access
Denied
Exception
Link copied to clipboard
object
AccessDeniedException
:
Code
Companion
Link copied to clipboard
object
Companion
Internal
Server
Exception
Link copied to clipboard
object
InternalServerException
:
Code
Malware
Detected
Link copied to clipboard
object
MalwareDetected
:
Code
Malware
Scan
Encrypted
File
Link copied to clipboard
object
MalwareScanEncryptedFile
:
Code
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
Code
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Code
Service
Quota
Exceeded
Exception
Link copied to clipboard
object
ServiceQuotaExceededException
:
Code
Validation
Exception
Link copied to clipboard
object
ValidationException
:
Code
Properties
value
Link copied to clipboard
abstract
val
value
:
String