AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ebs
/
aws.sdk.kotlin.services.ebs.model
/
RequestThrottledExceptionReason
Request
Throttled
Exception
Reason
sealed
class
RequestThrottledExceptionReason
Inheritors
AccountThrottled
DependencyRequestThrottled
ResourceLevelThrottle
SdkUnknown
Members
Types
Account
Throttled
Link copied to clipboard
object
AccountThrottled
:
RequestThrottledExceptionReason
Companion
Link copied to clipboard
object
Companion
Dependency
Request
Throttled
Link copied to clipboard
object
DependencyRequestThrottled
:
RequestThrottledExceptionReason
Resource
Level
Throttle
Link copied to clipboard
object
ResourceLevelThrottle
:
RequestThrottledExceptionReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RequestThrottledExceptionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String