Class: Aws::ChimeSDKMessaging::Types::BatchCreateChannelMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::BatchCreateChannelMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_channel_memberships ⇒ Types::BatchChannelMemberships
The list of channel memberships in the response.
-
#errors ⇒ Array<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.
Instance Attribute Details
#batch_channel_memberships ⇒ Types::BatchChannelMemberships
The list of channel memberships in the response.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 193 class BatchCreateChannelMembershipResponse < Struct.new( :batch_channel_memberships, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<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 'lib/aws-sdk-chimesdkmessaging/types.rb', line 193 class BatchCreateChannelMembershipResponse < Struct.new( :batch_channel_memberships, :errors) SENSITIVE = [] include Aws::Structure end |