AWS SDK for Kotlin
1.0.65
iotsitewise/aws.sdk.kotlin.services.iotsitewise.model/BatchPutAssetPropertyValueErrorCode

BatchPutAssetPropertyValueErrorCode

sealed class BatchPutAssetPropertyValueErrorCode

Inheritors

AccessDeniedException
ConflictingOperationException
InternalFailureException
InvalidRequestException
LimitExceededException
ResourceNotFoundException
ServiceUnavailableException
ThrottlingException
TimestampOutOfRangeException
SdkUnknown

Types

AccessDeniedException
Link copied to clipboard
object AccessDeniedException : BatchPutAssetPropertyValueErrorCode
Companion
Link copied to clipboard
object Companion
ConflictingOperationException
Link copied to clipboard
object ConflictingOperationException : BatchPutAssetPropertyValueErrorCode
InternalFailureException
Link copied to clipboard
object InternalFailureException : BatchPutAssetPropertyValueErrorCode
InvalidRequestException
Link copied to clipboard
object InvalidRequestException : BatchPutAssetPropertyValueErrorCode
LimitExceededException
Link copied to clipboard
object LimitExceededException : BatchPutAssetPropertyValueErrorCode
ResourceNotFoundException
Link copied to clipboard
object ResourceNotFoundException : BatchPutAssetPropertyValueErrorCode
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : BatchPutAssetPropertyValueErrorCode
ServiceUnavailableException
Link copied to clipboard
object ServiceUnavailableException : BatchPutAssetPropertyValueErrorCode
ThrottlingException
Link copied to clipboard
object ThrottlingException : BatchPutAssetPropertyValueErrorCode
TimestampOutOfRangeException
Link copied to clipboard
object TimestampOutOfRangeException : BatchPutAssetPropertyValueErrorCode

Properties

value
Link copied to clipboard
abstract val value: String
© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.Generated by dokka