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
/
DataSegmentErrorCode
Data
Segment
Error
Code
sealed
class
DataSegmentErrorCode
Inheritors
ConflictingOperation
InternalFailure
LimitExceeded
ResourceNotFound
ValidationError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Conflicting
Operation
Link copied to clipboard
object
ConflictingOperation
:
DataSegmentErrorCode
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
DataSegmentErrorCode
Limit
Exceeded
Link copied to clipboard
object
LimitExceeded
:
DataSegmentErrorCode
Resource
Not
Found
Link copied to clipboard
object
ResourceNotFound
:
DataSegmentErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataSegmentErrorCode
Validation
Error
Link copied to clipboard
object
ValidationError
:
DataSegmentErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String