AWS SDK for Kotlin
Toggle table of contents
1.6.60
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
Ec2Exception
Ec2Exception
open
class
Ec2Exception
Base class for all service related exceptions thrown by the Ec2 client
Members
Constructors
Ec2Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)