Class: Aws::IoTTwinMaker::Types::BatchPutPropertyErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::BatchPutPropertyErrorEntry
- 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
-
#errors ⇒ Array<Types::BatchPutPropertyError>
A list of objects that contain information about errors returned by the
BatchPutProperty
action.
Instance Attribute Details
#errors ⇒ Array<Types::BatchPutPropertyError>
A list of objects that contain information about errors returned by
the BatchPutProperty
action.
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 |