Trait aws_sdk_account::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 AcceptPrimaryEmailUpdateError

source§

impl RequestId for DeleteAlternateContactError

source§

impl RequestId for DisableRegionError

source§

impl RequestId for EnableRegionError

source§

impl RequestId for GetAlternateContactError

source§

impl RequestId for GetContactInformationError

source§

impl RequestId for GetPrimaryEmailError

source§

impl RequestId for GetRegionOptStatusError

source§

impl RequestId for ListRegionsError

source§

impl RequestId for PutAlternateContactError

source§

impl RequestId for PutContactInformationError

source§

impl RequestId for StartPrimaryEmailUpdateError

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 TooManyRequestsException

source§

impl RequestId for ValidationException

source§

impl RequestId for AcceptPrimaryEmailUpdateOutput

source§

impl RequestId for DeleteAlternateContactOutput

source§

impl RequestId for DisableRegionOutput

source§

impl RequestId for EnableRegionOutput

source§

impl RequestId for GetAlternateContactOutput

source§

impl RequestId for GetContactInformationOutput

source§

impl RequestId for GetPrimaryEmailOutput

source§

impl RequestId for GetRegionOptStatusOutput

source§

impl RequestId for ListRegionsOutput

source§

impl RequestId for PutAlternateContactOutput

source§

impl RequestId for PutContactInformationOutput

source§

impl RequestId for StartPrimaryEmailUpdateOutput