toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
BatchGetAssetPropertyValueHistoryErrorCode
Batch
Get
Asset
Property
Value
History
Error
Code
sealed
class
BatchGetAssetPropertyValueHistoryErrorCode
Inheritors
AccessDeniedException
InvalidRequestException
ResourceNotFoundException
SdkUnknown
Members
Types
Access
Denied
Exception
Link copied to clipboard
object
AccessDeniedException
:
BatchGetAssetPropertyValueHistoryErrorCode
Companion
Link copied to clipboard
object
Companion
Invalid
Request
Exception
Link copied to clipboard
object
InvalidRequestException
:
BatchGetAssetPropertyValueHistoryErrorCode
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
BatchGetAssetPropertyValueHistoryErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchGetAssetPropertyValueHistoryErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String