AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53
/
aws.sdk.kotlin.services.route53.model
/
Route53Exception
Route53Exception
open
class
Route53Exception
:
AwsServiceException
Base class for all service related exceptions thrown by the Route53 client
Inheritors
CidrBlockInUseException
CidrCollectionAlreadyExistsException
CidrCollectionInUseException
CidrCollectionVersionMismatchException
ConcurrentModification
ConflictingDomainExists
ConflictingTypes
DelegationSetAlreadyCreated
DelegationSetAlreadyReusable
DelegationSetInUse
DelegationSetNotAvailable
DelegationSetNotReusable
DnssecNotFound
HealthCheckAlreadyExists
HealthCheckInUse
HealthCheckVersionMismatch
HostedZoneAlreadyExists
HostedZoneNotEmpty
HostedZoneNotFound
HostedZoneNotPrivate
HostedZonePartiallyDelegated
IncompatibleVersion
InsufficientCloudWatchLogsResourcePolicy
InvalidArgument
InvalidChangeBatch
InvalidDomainName
InvalidInput
InvalidKeySigningKeyName
InvalidKeySigningKeyStatus
InvalidKmsArn
InvalidPaginationToken
InvalidSigningStatus
InvalidTrafficPolicyDocument
InvalidVpcId
KeySigningKeyAlreadyExists
KeySigningKeyInParentDsRecord
KeySigningKeyInUse
KeySigningKeyWithActiveStatusNotFound
LastVpcAssociation
LimitsExceeded
NoSuchChange
NoSuchCidrCollectionException
NoSuchCidrLocationException
NoSuchCloudWatchLogsLogGroup
NoSuchDelegationSet
NoSuchGeoLocation
NoSuchHealthCheck
NoSuchHostedZone
NoSuchKeySigningKey
NoSuchQueryLoggingConfig
NoSuchTrafficPolicy
NoSuchTrafficPolicyInstance
NotAuthorizedException
PriorRequestNotComplete
PublicZoneVpcAssociation
QueryLoggingConfigAlreadyExists
ThrottlingException
TooManyHealthChecks
TooManyHostedZones
TooManyKeySigningKeys
TooManyTrafficPolicies
TooManyTrafficPolicyInstances
TooManyTrafficPolicyVersionsForCurrentPolicy
TooManyVpcAssociationAuthorizations
TrafficPolicyAlreadyExists
TrafficPolicyInUse
TrafficPolicyInstanceAlreadyExists
VpcAssociationAuthorizationNotFound
VpcAssociationNotFound
Members
Constructors
Route53Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
sdk
Error
Metadata
Link copied to clipboard
open
override
val
sdkErrorMetadata
:
AwsErrorMetadata