Class: Aws::IoTAnalytics::Types::BatchPutMessageErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::BatchPutMessageErrorEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Contains informations about errors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code associated with the error.
-
#error_message ⇒ String
The message associated with the error.
-
#message_id ⇒ String
The ID of the message that caused the error.
Instance Attribute Details
#error_code ⇒ String
The code associated with the error.
57 58 59 60 61 62 63 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 57 class BatchPutMessageErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message associated with the error.
57 58 59 60 61 62 63 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 57 class BatchPutMessageErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message that caused the error. See the value corresponding to the ‘messageId` key in the message object.
57 58 59 60 61 62 63 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 57 class BatchPutMessageErrorEntry < Struct.new( :message_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |