Class: Aws::IoTTwinMaker::Types::BatchPutPropertyErrorEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

An object that contains information about errors returned by the BatchPutProperty action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchPutPropertyError>

A list of objects that contain information about errors returned by the BatchPutProperty action.

Returns:



55
56
57
58
59
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 55

class BatchPutPropertyErrorEntry < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end