AWS SDK for Kotlin
Toggle table of contents
1.6.15
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
chime
/
aws.sdk.kotlin.services.chime.model
/
ChimeException
Chime
Exception
open
class
ChimeException
Base class for all service related exceptions thrown by the Chime client
Inheritors
AccessDeniedException
BadRequestException
ConflictException
ForbiddenException
NotFoundException
ResourceLimitExceededException
ServiceFailureException
ServiceUnavailableException
ThrottledClientException
UnauthorizedClientException
UnprocessableEntityException
Members
Constructors
Chime
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)