aws_sdk_connectparticipant::operation

Trait RequestId

Source
pub trait RequestId {
    // Required method
    fn request_id(&self) -> Option<&str>;
}
Expand description

Implementers add a function to return an AWS request ID

Required Methods§

Source

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Implementations on Foreign Types§

Source§

impl RequestId for Headers

Source§

impl<B> RequestId for Response<B>

Source§

impl<E> RequestId for SdkError<E, Response>

Source§

impl<O, E> RequestId for Result<O, E>
where O: RequestId, E: RequestId,

Implementors§

Source§

impl RequestId for Error

Source§

impl RequestId for CancelParticipantAuthenticationError

Source§

impl RequestId for CompleteAttachmentUploadError

Source§

impl RequestId for CreateParticipantConnectionError

Source§

impl RequestId for DescribeViewError

Source§

impl RequestId for DisconnectParticipantError

Source§

impl RequestId for GetAttachmentError

Source§

impl RequestId for GetAuthenticationUrlError

Source§

impl RequestId for GetTranscriptError

Source§

impl RequestId for SendEventError

Source§

impl RequestId for SendMessageError

Source§

impl RequestId for StartAttachmentUploadError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for ConflictException

Source§

impl RequestId for InternalServerException

Source§

impl RequestId for ResourceNotFoundException

Source§

impl RequestId for ServiceQuotaExceededException

Source§

impl RequestId for ThrottlingException

Source§

impl RequestId for ValidationException

Source§

impl RequestId for CancelParticipantAuthenticationOutput

Source§

impl RequestId for CompleteAttachmentUploadOutput

Source§

impl RequestId for CreateParticipantConnectionOutput

Source§

impl RequestId for DescribeViewOutput

Source§

impl RequestId for DisconnectParticipantOutput

Source§

impl RequestId for GetAttachmentOutput

Source§

impl RequestId for GetAuthenticationUrlOutput

Source§

impl RequestId for GetTranscriptOutput

Source§

impl RequestId for SendEventOutput

Source§

impl RequestId for SendMessageOutput

Source§

impl RequestId for StartAttachmentUploadOutput