AWS SDK for Kotlin
Toggle table of contents
1.8.17
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
ResourceErrorCode
Resource
Error
Code
sealed
class
ResourceErrorCode
The error code.
Inheritors
InternalFailure
ValidationError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
ResourceErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceErrorCode
Validation
Error
Link copied to clipboard
object
ValidationError
:
ResourceErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String