AWS SDK for Kotlin
Toggle table of contents
1.6.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appconfigdata
/
aws.sdk.kotlin.services.appconfigdata.model
/
AppConfigDataException
App
Config
Data
Exception
open
class
AppConfigDataException
Base class for all service related exceptions thrown by the AppConfigData client
Inheritors
BadRequestException
InternalServerException
ResourceNotFoundException
ThrottlingException
Members
Constructors
App
Config
Data
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)