AWS SDK for Kotlin
Toggle table of contents
1.5.96
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralaccount
/
aws.sdk.kotlin.services.partnercentralaccount.model
/
ServiceQuotaExceededExceptionReason
Service
Quota
Exceeded
Exception
Reason
sealed
class
ServiceQuotaExceededExceptionReason
Inheritors
LimitExceededNumberOfDomain
LimitExceededNumberOfEmail
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Limit
Exceeded
Number
Of
Domain
Link copied to clipboard
object
LimitExceededNumberOfDomain
:
ServiceQuotaExceededExceptionReason
Limit
Exceeded
Number
Of
Email
Link copied to clipboard
object
LimitExceededNumberOfEmail
:
ServiceQuotaExceededExceptionReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceQuotaExceededExceptionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String