AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iottwinmaker
/
aws.sdk.kotlin.services.iottwinmaker.model
/
IotTwinMakerException
Iot
Twin
Maker
Exception
open
class
IotTwinMakerException
Base class for all service related exceptions thrown by the IotTwinMaker client
Inheritors
AccessDeniedException
ConflictException
ConnectorFailureException
ConnectorTimeoutException
InternalServerException
QueryTimeoutException
ResourceNotFoundException
ServiceQuotaExceededException
ThrottlingException
TooManyTagsException
ValidationException
Members
Constructors
Iot
Twin
Maker
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)