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
/
ServiceQuotaExceededExceptionReason
Service
Quota
Exceeded
Exception
Reason
sealed
class
ServiceQuotaExceededExceptionReason
Inheritors
AttributionLimitExceeded
TagLimitExceeded
SdkUnknown
Members
Types
Attribution
Limit
Exceeded
Link copied to clipboard
object
AttributionLimitExceeded
:
ServiceQuotaExceededExceptionReason
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceQuotaExceededExceptionReason
Tag
Limit
Exceeded
Link copied to clipboard
object
TagLimitExceeded
:
ServiceQuotaExceededExceptionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String