Class: Aws::ChimeSDKMessaging::Types::BatchCreateChannelMembershipResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_channel_membershipsTypes::BatchChannelMemberships

The list of channel memberships in the response.



193
194
195
196
197
198
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 193

class BatchCreateChannelMembershipResponse < Struct.new(
  :batch_channel_memberships,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchCreateChannelMembershipError>

If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.



193
194
195
196
197
198
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 193

class BatchCreateChannelMembershipResponse < Struct.new(
  :batch_channel_memberships,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end