Trait aws_sdk_ivschat::operation::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 CreateChatTokenError

source§

impl RequestId for CreateLoggingConfigurationError

source§

impl RequestId for CreateRoomError

source§

impl RequestId for DeleteLoggingConfigurationError

source§

impl RequestId for DeleteMessageError

source§

impl RequestId for DeleteRoomError

source§

impl RequestId for DisconnectUserError

source§

impl RequestId for GetLoggingConfigurationError

source§

impl RequestId for GetRoomError

source§

impl RequestId for ListLoggingConfigurationsError

source§

impl RequestId for ListRoomsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for SendEventError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateLoggingConfigurationError

source§

impl RequestId for UpdateRoomError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalServerException

source§

impl RequestId for PendingVerification

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ServiceQuotaExceededException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for CreateChatTokenOutput

source§

impl RequestId for CreateLoggingConfigurationOutput

source§

impl RequestId for CreateRoomOutput

source§

impl RequestId for DeleteLoggingConfigurationOutput

source§

impl RequestId for DeleteMessageOutput

source§

impl RequestId for DeleteRoomOutput

source§

impl RequestId for DisconnectUserOutput

source§

impl RequestId for GetLoggingConfigurationOutput

source§

impl RequestId for GetRoomOutput

source§

impl RequestId for ListLoggingConfigurationsOutput

source§

impl RequestId for ListRoomsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for SendEventOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateLoggingConfigurationOutput

source§

impl RequestId for UpdateRoomOutput