Class: Aws::Chime::Types::BatchCreateAttendeeResponse

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

#attendeesArray<Types::Attendee>

The attendee information, including attendees IDs and join tokens.

Returns:



685
686
687
688
689
690
# File 'lib/aws-sdk-chime/types.rb', line 685

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:



685
686
687
688
689
690
# File 'lib/aws-sdk-chime/types.rb', line 685

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