Struct aws_sdk_chime::types::CreateAttendeeError
source · #[non_exhaustive]pub struct CreateAttendeeError { /* private fields */ }Expand description
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.
Implementations§
source§impl CreateAttendeeError
impl CreateAttendeeError
sourcepub fn external_user_id(&self) -> Option<&str>
pub fn external_user_id(&self) -> Option<&str>
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message.
source§impl CreateAttendeeError
impl CreateAttendeeError
sourcepub fn builder() -> CreateAttendeeErrorBuilder
pub fn builder() -> CreateAttendeeErrorBuilder
Creates a new builder-style object to manufacture CreateAttendeeError.
Trait Implementations§
source§impl Clone for CreateAttendeeError
impl Clone for CreateAttendeeError
source§fn clone(&self) -> CreateAttendeeError
fn clone(&self) -> CreateAttendeeError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateAttendeeError
impl Debug for CreateAttendeeError
source§impl PartialEq<CreateAttendeeError> for CreateAttendeeError
impl PartialEq<CreateAttendeeError> for CreateAttendeeError
source§fn eq(&self, other: &CreateAttendeeError) -> bool
fn eq(&self, other: &CreateAttendeeError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.