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 CreateTelemetryRuleError

Source§

impl RequestId for CreateTelemetryRuleForOrganizationError

Source§

impl RequestId for DeleteTelemetryRuleError

Source§

impl RequestId for DeleteTelemetryRuleForOrganizationError

Source§

impl RequestId for GetTelemetryEvaluationStatusError

Source§

impl RequestId for GetTelemetryEvaluationStatusForOrganizationError

Source§

impl RequestId for GetTelemetryRuleError

Source§

impl RequestId for GetTelemetryRuleForOrganizationError

Source§

impl RequestId for ListResourceTelemetryError

Source§

impl RequestId for ListResourceTelemetryForOrganizationError

Source§

impl RequestId for ListTagsForResourceError

Source§

impl RequestId for ListTelemetryRulesError

Source§

impl RequestId for ListTelemetryRulesForOrganizationError

Source§

impl RequestId for StartTelemetryEvaluationError

Source§

impl RequestId for StartTelemetryEvaluationForOrganizationError

Source§

impl RequestId for StopTelemetryEvaluationError

Source§

impl RequestId for StopTelemetryEvaluationForOrganizationError

Source§

impl RequestId for TagResourceError

Source§

impl RequestId for UntagResourceError

Source§

impl RequestId for UpdateTelemetryRuleError

Source§

impl RequestId for UpdateTelemetryRuleForOrganizationError

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 TooManyRequestsException

Source§

impl RequestId for ValidationException

Source§

impl RequestId for CreateTelemetryRuleOutput

Source§

impl RequestId for CreateTelemetryRuleForOrganizationOutput

Source§

impl RequestId for DeleteTelemetryRuleOutput

Source§

impl RequestId for DeleteTelemetryRuleForOrganizationOutput

Source§

impl RequestId for GetTelemetryEvaluationStatusOutput

Source§

impl RequestId for GetTelemetryEvaluationStatusForOrganizationOutput

Source§

impl RequestId for GetTelemetryRuleOutput

Source§

impl RequestId for GetTelemetryRuleForOrganizationOutput

Source§

impl RequestId for ListResourceTelemetryOutput

Source§

impl RequestId for ListResourceTelemetryForOrganizationOutput

Source§

impl RequestId for ListTagsForResourceOutput

Source§

impl RequestId for ListTelemetryRulesOutput

Source§

impl RequestId for ListTelemetryRulesForOrganizationOutput

Source§

impl RequestId for StartTelemetryEvaluationOutput

Source§

impl RequestId for StartTelemetryEvaluationForOrganizationOutput

Source§

impl RequestId for StopTelemetryEvaluationOutput

Source§

impl RequestId for StopTelemetryEvaluationForOrganizationOutput

Source§

impl RequestId for TagResourceOutput

Source§

impl RequestId for UntagResourceOutput

Source§

impl RequestId for UpdateTelemetryRuleOutput

Source§

impl RequestId for UpdateTelemetryRuleForOrganizationOutput