Class: Aws::Chime::Types::BatchCreateRoomMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchCreateRoomMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::MemberError>
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
Instance Attribute Details
#errors ⇒ Array<Types::MemberError>
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
796 797 798 799 800 |
# File 'lib/aws-sdk-chime/types.rb', line 796 class BatchCreateRoomMembershipResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |