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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-iotanalytics/types.rb', line 108

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