Class: Aws::Chime::Types::BatchCreateChannelMembershipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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.



759
760
761
762
763
764
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 759

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.



759
760
761
762
763
764
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 759

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