AWS SDK for Kotlin
1.5.96
      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
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

Properties

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