AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
chimesdkmediapipelines
/
aws.sdk.kotlin.services.chimesdkmediapipelines.model
/
ErrorCode
Error
Code
sealed
class
ErrorCode
Inheritors
BadRequest
Forbidden
NotFound
ResourceLimitExceeded
ServiceFailure
ServiceUnavailable
Throttling
SdkUnknown
Members
Types
Bad
Request
Link copied to clipboard
object
BadRequest
:
ErrorCode
Companion
Link copied to clipboard
object
Companion
Forbidden
Link copied to clipboard
object
Forbidden
:
ErrorCode
Not
Found
Link copied to clipboard
object
NotFound
:
ErrorCode
Resource
Limit
Exceeded
Link copied to clipboard
object
ResourceLimitExceeded
:
ErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ErrorCode
Service
Failure
Link copied to clipboard
object
ServiceFailure
:
ErrorCode
Service
Unavailable
Link copied to clipboard
object
ServiceUnavailable
:
ErrorCode
Throttling
Link copied to clipboard
object
Throttling
:
ErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String