AWS SDK for Kotlin
Toggle table of contents
1.8.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralrevenuemeasurement
/
aws.sdk.kotlin.services.partnercentralrevenuemeasurement.model
/
RevenueAttributionAllocationErrorCode
Revenue
Attribution
Allocation
Error
Code
sealed
class
RevenueAttributionAllocationErrorCode
Inheritors
AccessDenied
AllocationCapExceeded
ConcurrentModification
ImmutableAllocation
InternalError
InvalidValue
ResourceNotFound
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
RevenueAttributionAllocationErrorCode
Allocation
Cap
Exceeded
Link copied to clipboard
object
AllocationCapExceeded
:
RevenueAttributionAllocationErrorCode
Companion
Link copied to clipboard
object
Companion
Concurrent
Modification
Link copied to clipboard
object
ConcurrentModification
:
RevenueAttributionAllocationErrorCode
Immutable
Allocation
Link copied to clipboard
object
ImmutableAllocation
:
RevenueAttributionAllocationErrorCode
Internal
Error
Link copied to clipboard
object
InternalError
:
RevenueAttributionAllocationErrorCode
Invalid
Value
Link copied to clipboard
object
InvalidValue
:
RevenueAttributionAllocationErrorCode
Resource
Not
Found
Link copied to clipboard
object
ResourceNotFound
:
RevenueAttributionAllocationErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RevenueAttributionAllocationErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String