RequestId

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 BatchExecuteStatementError

Source§

impl RequestId for BeginTransactionError

Source§

impl RequestId for CommitTransactionError

Source§

impl RequestId for ExecuteSqlError

Source§

impl RequestId for ExecuteStatementError

Source§

impl RequestId for RollbackTransactionError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for BadRequestException

Source§

impl RequestId for DatabaseErrorException

Source§

impl RequestId for DatabaseNotFoundException

Source§

impl RequestId for DatabaseResumingException

Source§

impl RequestId for DatabaseUnavailableException

Source§

impl RequestId for ForbiddenException

Source§

impl RequestId for HttpEndpointNotEnabledException

Source§

impl RequestId for InternalServerErrorException

Source§

impl RequestId for InvalidResourceStateException

Source§

impl RequestId for InvalidSecretException

Source§

impl RequestId for NotFoundException

Source§

impl RequestId for SecretsErrorException

Source§

impl RequestId for ServiceUnavailableError

Source§

impl RequestId for StatementTimeoutException

Source§

impl RequestId for TransactionNotFoundException

Source§

impl RequestId for UnsupportedResultException

Source§

impl RequestId for BatchExecuteStatementOutput

Source§

impl RequestId for BeginTransactionOutput

Source§

impl RequestId for CommitTransactionOutput

Source§

impl RequestId for ExecuteSqlOutput

Source§

impl RequestId for ExecuteStatementOutput

Source§

impl RequestId for RollbackTransactionOutput