You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::CreateAttendeeError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)

    The error code.

#error_messageString

The error message.

Returns:

  • (String)

    The error message.

#external_user_idString

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.

Returns:

  • (String)

    The Amazon Chime SDK external user ID.