Class: Aws::IoTAnalytics::Types::BatchPutMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::BatchPutMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_put_message_error_entries ⇒ Array<Types::BatchPutMessageErrorEntry>
A list of any errors encountered when sending the messages to the channel.
Instance Attribute Details
#batch_put_message_error_entries ⇒ Array<Types::BatchPutMessageErrorEntry>
A list of any errors encountered when sending the messages to the channel.
108 109 110 111 112 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 108 class BatchPutMessageResponse < Struct.new( :batch_put_message_error_entries) SENSITIVE = [] include Aws::Structure end |