AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchevents
/
aws.sdk.kotlin.services.cloudwatchevents.model
/
CloudWatchEventsException
Cloud
Watch
Events
Exception
open
class
CloudWatchEventsException
Base class for all service related exceptions thrown by the CloudWatchEvents client
Inheritors
ConcurrentModificationException
IllegalStatusException
InternalException
InvalidEventPatternException
InvalidStateException
LimitExceededException
ManagedRuleException
OperationDisabledException
PolicyLengthExceededException
ResourceAlreadyExistsException
ResourceNotFoundException
Members
Constructors
Cloud
Watch
Events
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)