AWS SDK for Kotlin
1.6.62
      Platform filter
Skip to content
    AWS SDK for Kotlin
partnercentralaccount/aws.sdk.kotlin.services.partnercentralaccount.model/ResourceNotFoundExceptionReason

ResourceNotFoundExceptionReason

sealed class ResourceNotFoundExceptionReason

Inheritors

ConnectionInvitationNotFound
ConnectionNotFound
PartnerDomainNotFound
PartnerNotFound
PartnerProfileNotFound
PartnerProfileTaskNotFound
ReceiverProfileNotFound
SenderProfileNotFound
VerificationNotFound
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
ConnectionInvitationNotFound
Link copied to clipboard
object ConnectionInvitationNotFound : ResourceNotFoundExceptionReason
ConnectionNotFound
Link copied to clipboard
object ConnectionNotFound : ResourceNotFoundExceptionReason
PartnerDomainNotFound
Link copied to clipboard
object PartnerDomainNotFound : ResourceNotFoundExceptionReason
PartnerNotFound
Link copied to clipboard
object PartnerNotFound : ResourceNotFoundExceptionReason
PartnerProfileNotFound
Link copied to clipboard
object PartnerProfileNotFound : ResourceNotFoundExceptionReason
PartnerProfileTaskNotFound
Link copied to clipboard
object PartnerProfileTaskNotFound : ResourceNotFoundExceptionReason
ReceiverProfileNotFound
Link copied to clipboard
object ReceiverProfileNotFound : ResourceNotFoundExceptionReason
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : ResourceNotFoundExceptionReason
SenderProfileNotFound
Link copied to clipboard
object SenderProfileNotFound : ResourceNotFoundExceptionReason
VerificationNotFound
Link copied to clipboard
object VerificationNotFound : ResourceNotFoundExceptionReason

Properties

value
Link copied to clipboard
abstract val value: String
© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka