Class: Aws::Chime::Types::BatchCreateChannelMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchCreateChannelMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
759 760 761 762 763 764 |
# File 'lib/aws-sdk-chime/types.rb', line 759 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.
759 760 761 762 763 764 |
# File 'lib/aws-sdk-chime/types.rb', line 759 class BatchCreateChannelMembershipResponse < Struct.new( :batch_channel_memberships, :errors) SENSITIVE = [] include Aws::Structure end |