Trait aws_sdk_accessanalyzer::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 ApplyArchiveRuleError

source§

impl RequestId for CancelPolicyGenerationError

source§

impl RequestId for CheckAccessNotGrantedError

source§

impl RequestId for CheckNoNewAccessError

source§

impl RequestId for CreateAccessPreviewError

source§

impl RequestId for CreateAnalyzerError

source§

impl RequestId for CreateArchiveRuleError

source§

impl RequestId for DeleteAnalyzerError

source§

impl RequestId for DeleteArchiveRuleError

source§

impl RequestId for GetAccessPreviewError

source§

impl RequestId for GetAnalyzedResourceError

source§

impl RequestId for GetAnalyzerError

source§

impl RequestId for GetArchiveRuleError

source§

impl RequestId for GetFindingError

source§

impl RequestId for GetFindingV2Error

source§

impl RequestId for GetGeneratedPolicyError

source§

impl RequestId for ListAccessPreviewFindingsError

source§

impl RequestId for ListAccessPreviewsError

source§

impl RequestId for ListAnalyzedResourcesError

source§

impl RequestId for ListAnalyzersError

source§

impl RequestId for ListArchiveRulesError

source§

impl RequestId for ListFindingsError

source§

impl RequestId for ListFindingsV2Error

source§

impl RequestId for ListPolicyGenerationsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for StartPolicyGenerationError

source§

impl RequestId for StartResourceScanError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateArchiveRuleError

source§

impl RequestId for UpdateFindingsError

source§

impl RequestId for ValidatePolicyError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalServerException

source§

impl RequestId for InvalidParameterException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ServiceQuotaExceededException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for UnprocessableEntityException

source§

impl RequestId for ValidationException

source§

impl RequestId for ApplyArchiveRuleOutput

source§

impl RequestId for CancelPolicyGenerationOutput

source§

impl RequestId for CheckAccessNotGrantedOutput

source§

impl RequestId for CheckNoNewAccessOutput

source§

impl RequestId for CreateAccessPreviewOutput

source§

impl RequestId for CreateAnalyzerOutput

source§

impl RequestId for CreateArchiveRuleOutput

source§

impl RequestId for DeleteAnalyzerOutput

source§

impl RequestId for DeleteArchiveRuleOutput

source§

impl RequestId for GetAccessPreviewOutput

source§

impl RequestId for GetAnalyzedResourceOutput

source§

impl RequestId for GetAnalyzerOutput

source§

impl RequestId for GetArchiveRuleOutput

source§

impl RequestId for GetFindingOutput

source§

impl RequestId for GetFindingV2Output

source§

impl RequestId for GetGeneratedPolicyOutput

source§

impl RequestId for ListAccessPreviewFindingsOutput

source§

impl RequestId for ListAccessPreviewsOutput

source§

impl RequestId for ListAnalyzedResourcesOutput

source§

impl RequestId for ListAnalyzersOutput

source§

impl RequestId for ListArchiveRulesOutput

source§

impl RequestId for ListFindingsOutput

source§

impl RequestId for ListFindingsV2Output

source§

impl RequestId for ListPolicyGenerationsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for StartPolicyGenerationOutput

source§

impl RequestId for StartResourceScanOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateArchiveRuleOutput

source§

impl RequestId for UpdateFindingsOutput

source§

impl RequestId for ValidatePolicyOutput