Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Put Asset Property Value Error Code Structure

BatchPutAssetPropertyValueErrorCode schema

Type: string Properties: 0
Asset ManagementIndustrial IoTIoTTime Series Data

BatchPutAssetPropertyValueErrorCode is a JSON Structure definition published by Amazon IoT SiteWise. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-batch-put-asset-property-value-error-code-structure.json",
  "name": "BatchPutAssetPropertyValueErrorCode",
  "description": "BatchPutAssetPropertyValueErrorCode schema",
  "type": "string",
  "enum": [
    "ResourceNotFoundException",
    "InvalidRequestException",
    "InternalFailureException",
    "ServiceUnavailableException",
    "ThrottlingException",
    "LimitExceededException",
    "ConflictingOperationException",
    "TimestampOutOfRangeException",
    "AccessDeniedException"
  ]
}