AWS SDK for Kotlin
Toggle table of contents
1.6.10
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connectcampaignsv2
/
aws.sdk.kotlin.services.connectcampaignsv2.model
/
ConnectCampaignsV2Exception
Connect
Campaigns
V2Exception
open
class
ConnectCampaignsV2Exception
Base class for all service related exceptions thrown by the ConnectCampaignsV2 client
Inheritors
AccessDeniedException
ConflictException
InternalServerException
InvalidCampaignStateException
InvalidStateException
ResourceNotFoundException
ServiceQuotaExceededException
ThrottlingException
ValidationException
Members
Constructors
Connect
Campaigns
V2Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)