Class: Aws::Chime::Types::BatchCreateAttendeeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchCreateAttendeeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendees ⇒ Array<Types::Attendee>
The attendee information, including attendees IDs and join tokens.
-
#errors ⇒ Array<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.
Instance Attribute Details
#attendees ⇒ Array<Types::Attendee>
The attendee information, including attendees IDs and join tokens.
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 |
#errors ⇒ Array<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.
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 |