Class: Aws::ChimeSDKMeetings::Types::BatchCreateAttendeeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attendeesArray<Types::Attendee>

The attendee information, including attendees' IDs and join tokens.

Returns:



254
255
256
257
258
259
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 254

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

#errorsArray<Types::CreateAttendeeError>

If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

Returns:



254
255
256
257
258
259
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 254

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