AWS SDK for Kotlin
Toggle table of contents
1.6.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
IotException
Iot
Exception
open
class
IotException
Base class for all service related exceptions thrown by the Iot client
Inheritors
CertificateConflictException
CertificateStateException
CertificateValidationException
ConflictException
ConflictingResourceUpdateException
DeleteConflictException
IndexNotReadyException
InternalException
InternalFailureException
InternalServerException
InvalidAggregationException
InvalidQueryException
InvalidRequestException
InvalidResponseException
InvalidStateTransitionException
LimitExceededException
MalformedPolicyException
NotConfiguredException
RegistrationCodeValidationException
ResourceAlreadyExistsException
ResourceNotFoundException
ResourceRegistrationFailureException
ServiceQuotaExceededException
ServiceUnavailableException
SqlParseException
TaskAlreadyExistsException
ThrottlingException
TransferAlreadyCompletedException
TransferConflictException
UnauthorizedException
ValidationException
VersionConflictException
VersionsLimitExceededException
Members
Constructors
Iot
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)