AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53profiles
/
aws.sdk.kotlin.services.route53profiles.model
/
Route53ProfilesException
Route53Profiles
Exception
open
class
Route53ProfilesException
Base class for all service related exceptions thrown by the Route53Profiles client
Inheritors
AccessDeniedException
ConflictException
InternalServiceErrorException
InvalidNextTokenException
InvalidParameterException
LimitExceededException
ResourceExistsException
ResourceNotFoundException
ThrottlingException
ValidationException
Members
Constructors
Route53Profiles
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)