AWS SDK for Kotlin
Toggle table of contents
1.6.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
marketplaceagreement
/
aws.sdk.kotlin.services.marketplaceagreement.model
/
AgreementEntitlementStatusReasonCode
Agreement
Entitlement
Status
Reason
Code
sealed
class
AgreementEntitlementStatusReasonCode
Inheritors
AccountSuspended
AgreementActive
AgreementInactive
FutureStartDate
IncompatibleCurrency
InvalidPaymentInstrument
ProductRestricted
ProvisioningInProgress
UnsupportedOperation
SdkUnknown
Members
Types
Account
Suspended
Link copied to clipboard
object
AccountSuspended
:
AgreementEntitlementStatusReasonCode
Agreement
Active
Link copied to clipboard
object
AgreementActive
:
AgreementEntitlementStatusReasonCode
Agreement
Inactive
Link copied to clipboard
object
AgreementInactive
:
AgreementEntitlementStatusReasonCode
Companion
Link copied to clipboard
object
Companion
Future
Start
Date
Link copied to clipboard
object
FutureStartDate
:
AgreementEntitlementStatusReasonCode
Incompatible
Currency
Link copied to clipboard
object
IncompatibleCurrency
:
AgreementEntitlementStatusReasonCode
Invalid
Payment
Instrument
Link copied to clipboard
object
InvalidPaymentInstrument
:
AgreementEntitlementStatusReasonCode
Product
Restricted
Link copied to clipboard
object
ProductRestricted
:
AgreementEntitlementStatusReasonCode
Provisioning
In
Progress
Link copied to clipboard
object
ProvisioningInProgress
:
AgreementEntitlementStatusReasonCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AgreementEntitlementStatusReasonCode
Unsupported
Operation
Link copied to clipboard
object
UnsupportedOperation
:
AgreementEntitlementStatusReasonCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String