AWS SDK for Kotlin
Toggle table of contents
1.5.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralaccount
/
aws.sdk.kotlin.services.partnercentralaccount.model
/
ResourceNotFoundExceptionReason
Resource
Not
Found
Exception
Reason
sealed
class
ResourceNotFoundExceptionReason
Inheritors
ConnectionInvitationNotFound
ConnectionNotFound
PartnerDomainNotFound
PartnerNotFound
PartnerProfileNotFound
PartnerProfileTaskNotFound
ReceiverProfileNotFound
SenderProfileNotFound
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connection
Invitation
Not
Found
Link copied to clipboard
object
ConnectionInvitationNotFound
:
ResourceNotFoundExceptionReason
Connection
Not
Found
Link copied to clipboard
object
ConnectionNotFound
:
ResourceNotFoundExceptionReason
Partner
Domain
Not
Found
Link copied to clipboard
object
PartnerDomainNotFound
:
ResourceNotFoundExceptionReason
Partner
Not
Found
Link copied to clipboard
object
PartnerNotFound
:
ResourceNotFoundExceptionReason
Partner
Profile
Not
Found
Link copied to clipboard
object
PartnerProfileNotFound
:
ResourceNotFoundExceptionReason
Partner
Profile
Task
Not
Found
Link copied to clipboard
object
PartnerProfileTaskNotFound
:
ResourceNotFoundExceptionReason
Receiver
Profile
Not
Found
Link copied to clipboard
object
ReceiverProfileNotFound
:
ResourceNotFoundExceptionReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceNotFoundExceptionReason
Sender
Profile
Not
Found
Link copied to clipboard
object
SenderProfileNotFound
:
ResourceNotFoundExceptionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String