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