AWS SDK for Kotlin
Toggle table of contents
1.6.60
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotthingsgraph
/
aws.sdk.kotlin.services.iotthingsgraph.model
/
IotThingsGraphException
Iot
Things
Graph
Exception
open
class
IotThingsGraphException
Base class for all service related exceptions thrown by the IotThingsGraph client
Inheritors
InternalFailureException
InvalidRequestException
LimitExceededException
ResourceAlreadyExistsException
ResourceInUseException
ResourceNotFoundException
ThrottlingException
Members
Constructors
Iot
Things
Graph
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)