Class: Aws::IoTAnalytics::Types::BatchPutMessageResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_put_message_error_entriesArray<Types::BatchPutMessageErrorEntry>

A list of any errors encountered when sending the messages to the channel.



108
109
110
111
112
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 108

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