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

AgreementCancellationRequestReasonCode

sealed class AgreementCancellationRequestReasonCode

Inheritors

AlternativeProcurementChannel
BuyerDissatisfaction
IncorrectTermsAccepted
Other
ProductDiscontinued
ReplacingAgreement
TestAgreement
UnintendedRenewal
SdkUnknown

Types

AlternativeProcurementChannel
Link copied to clipboard
object AlternativeProcurementChannel : AgreementCancellationRequestReasonCode
BuyerDissatisfaction
Link copied to clipboard
object BuyerDissatisfaction : AgreementCancellationRequestReasonCode
Companion
Link copied to clipboard
object Companion
IncorrectTermsAccepted
Link copied to clipboard
object IncorrectTermsAccepted : AgreementCancellationRequestReasonCode
Other
Link copied to clipboard
object Other : AgreementCancellationRequestReasonCode
ProductDiscontinued
Link copied to clipboard
object ProductDiscontinued : AgreementCancellationRequestReasonCode
ReplacingAgreement
Link copied to clipboard
object ReplacingAgreement : AgreementCancellationRequestReasonCode
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : AgreementCancellationRequestReasonCode
TestAgreement
Link copied to clipboard
object TestAgreement : AgreementCancellationRequestReasonCode
UnintendedRenewal
Link copied to clipboard
object UnintendedRenewal : AgreementCancellationRequestReasonCode

Properties

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