AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
finspacedata
/
aws.sdk.kotlin.services.finspacedata.model
/
ErrorCategory
Error
Category
sealed
class
ErrorCategory
Changeset Error Category
Inheritors
AccessDenied
Cancelled
InternalServiceException
ResourceNotFound
ServiceQuotaExceeded
Throttling
UserRecoverable
Validation
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
ErrorCategory
Cancelled
Link copied to clipboard
object
Cancelled
:
ErrorCategory
Companion
Link copied to clipboard
object
Companion
Internal
Service
Exception
Link copied to clipboard
object
InternalServiceException
:
ErrorCategory
Resource
Not
Found
Link copied to clipboard
object
ResourceNotFound
:
ErrorCategory
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ErrorCategory
Service
Quota
Exceeded
Link copied to clipboard
object
ServiceQuotaExceeded
:
ErrorCategory
Throttling
Link copied to clipboard
object
Throttling
:
ErrorCategory
User
Recoverable
Link copied to clipboard
object
UserRecoverable
:
ErrorCategory
Validation
Link copied to clipboard
object
Validation
:
ErrorCategory
Properties
value
Link copied to clipboard
abstract
val
value
:
String