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