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

AgreementEntitlementStatusReasonCode

sealed class AgreementEntitlementStatusReasonCode

Inheritors

AccountSuspended
AgreementActive
AgreementInactive
FutureStartDate
IncompatibleCurrency
InvalidPaymentInstrument
ProductRestricted
ProvisioningInProgress
UnsupportedOperation
SdkUnknown

Types

AccountSuspended
Link copied to clipboard
object AccountSuspended : AgreementEntitlementStatusReasonCode
AgreementActive
Link copied to clipboard
object AgreementActive : AgreementEntitlementStatusReasonCode
AgreementInactive
Link copied to clipboard
object AgreementInactive : AgreementEntitlementStatusReasonCode
Companion
Link copied to clipboard
object Companion
FutureStartDate
Link copied to clipboard
object FutureStartDate : AgreementEntitlementStatusReasonCode
IncompatibleCurrency
Link copied to clipboard
object IncompatibleCurrency : AgreementEntitlementStatusReasonCode
InvalidPaymentInstrument
Link copied to clipboard
object InvalidPaymentInstrument : AgreementEntitlementStatusReasonCode
ProductRestricted
Link copied to clipboard
object ProductRestricted : AgreementEntitlementStatusReasonCode
ProvisioningInProgress
Link copied to clipboard
object ProvisioningInProgress : AgreementEntitlementStatusReasonCode
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : AgreementEntitlementStatusReasonCode
UnsupportedOperation
Link copied to clipboard
object UnsupportedOperation : AgreementEntitlementStatusReasonCode

Properties

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