Class: Aws::Chime::Types::BatchCreateRoomMembershipResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<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.

Returns:



796
797
798
799
800
# File 'lib/aws-sdk-chime/types.rb', line 796

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