toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
BatchPutAssetPropertyValueErrorCode
Batch
Put
Asset
Property
Value
Error
Code
sealed
class
BatchPutAssetPropertyValueErrorCode
Inheritors
AccessDeniedException
ConflictingOperationException
InternalFailureException
InvalidRequestException
LimitExceededException
ResourceNotFoundException
ServiceUnavailableException
ThrottlingException
TimestampOutOfRangeException
SdkUnknown
Members
Types
Access
Denied
Exception
Link copied to clipboard
object
AccessDeniedException
:
BatchPutAssetPropertyValueErrorCode
Companion
Link copied to clipboard
object
Companion
Conflicting
Operation
Exception
Link copied to clipboard
object
ConflictingOperationException
:
BatchPutAssetPropertyValueErrorCode
Internal
Failure
Exception
Link copied to clipboard
object
InternalFailureException
:
BatchPutAssetPropertyValueErrorCode
Invalid
Request
Exception
Link copied to clipboard
object
InvalidRequestException
:
BatchPutAssetPropertyValueErrorCode
Limit
Exceeded
Exception
Link copied to clipboard
object
LimitExceededException
:
BatchPutAssetPropertyValueErrorCode
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
BatchPutAssetPropertyValueErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchPutAssetPropertyValueErrorCode
Service
Unavailable
Exception
Link copied to clipboard
object
ServiceUnavailableException
:
BatchPutAssetPropertyValueErrorCode
Throttling
Exception
Link copied to clipboard
object
ThrottlingException
:
BatchPutAssetPropertyValueErrorCode
Timestamp
Out
Of
Range
Exception
Link copied to clipboard
object
TimestampOutOfRangeException
:
BatchPutAssetPropertyValueErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String