Class: Aws::IoTTwinMaker::Types::BatchPutPropertyError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::BatchPutPropertyError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An error returned by the ‘BatchPutProperty` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entry ⇒ Types::PropertyValueEntry
An object that contains information about errors returned by the ‘BatchPutProperty` action.
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#entry ⇒ Types::PropertyValueEntry
An object that contains information about errors returned by the ‘BatchPutProperty` action.
39 40 41 42 43 44 45 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 39 class BatchPutPropertyError < Struct.new( :error_code, :error_message, :entry) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code.
39 40 41 42 43 44 45 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 39 class BatchPutPropertyError < Struct.new( :error_code, :error_message, :entry) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
39 40 41 42 43 44 45 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 39 class BatchPutPropertyError < Struct.new( :error_code, :error_message, :entry) SENSITIVE = [] include Aws::Structure end |