You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains error information from updating a batch of asset property values.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Possible values:

  • ResourceNotFoundException
  • InvalidRequestException
  • InternalFailureException
  • ServiceUnavailableException
  • ThrottlingException
  • LimitExceededException
  • ConflictingOperationException
  • TimestampOutOfRangeException
  • AccessDeniedException

Returns:

  • (String)

    The error code.

#error_messageString

The associated error message.

Returns:

  • (String)

    The associated error message.

#timestampsArray<Types::TimeInNanos>

A list of timestamps for each error, if any.

Returns: