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 CreateAgentRuntimeError

Source§

impl RequestId for CreateAgentRuntimeEndpointError

Source§

impl RequestId for CreateApiKeyCredentialProviderError

Source§

impl RequestId for CreateBrowserError

Source§

impl RequestId for CreateCodeInterpreterError

Source§

impl RequestId for CreateGatewayError

Source§

impl RequestId for CreateGatewayTargetError

Source§

impl RequestId for CreateMemoryError

Source§

impl RequestId for CreateOauth2CredentialProviderError

Source§

impl RequestId for CreateWorkloadIdentityError

Source§

impl RequestId for DeleteAgentRuntimeError

Source§

impl RequestId for DeleteAgentRuntimeEndpointError

Source§

impl RequestId for DeleteApiKeyCredentialProviderError

Source§

impl RequestId for DeleteBrowserError

Source§

impl RequestId for DeleteCodeInterpreterError

Source§

impl RequestId for DeleteGatewayError

Source§

impl RequestId for DeleteGatewayTargetError

Source§

impl RequestId for DeleteMemoryError

Source§

impl RequestId for DeleteOauth2CredentialProviderError

Source§

impl RequestId for DeleteWorkloadIdentityError

Source§

impl RequestId for GetAgentRuntimeError

Source§

impl RequestId for GetAgentRuntimeEndpointError

Source§

impl RequestId for GetApiKeyCredentialProviderError

Source§

impl RequestId for GetBrowserError

Source§

impl RequestId for GetCodeInterpreterError

Source§

impl RequestId for GetGatewayError

Source§

impl RequestId for GetGatewayTargetError

Source§

impl RequestId for GetMemoryError

Source§

impl RequestId for GetOauth2CredentialProviderError

Source§

impl RequestId for GetTokenVaultError

Source§

impl RequestId for GetWorkloadIdentityError

Source§

impl RequestId for ListAgentRuntimeEndpointsError

Source§

impl RequestId for ListAgentRuntimeVersionsError

Source§

impl RequestId for ListAgentRuntimesError

Source§

impl RequestId for ListApiKeyCredentialProvidersError

Source§

impl RequestId for ListBrowsersError

Source§

impl RequestId for ListCodeInterpretersError

Source§

impl RequestId for ListGatewayTargetsError

Source§

impl RequestId for ListGatewaysError

Source§

impl RequestId for ListMemoriesError

Source§

impl RequestId for ListOauth2CredentialProvidersError

Source§

impl RequestId for ListWorkloadIdentitiesError

Source§

impl RequestId for SetTokenVaultCMKError

Source§

impl RequestId for UpdateAgentRuntimeError

Source§

impl RequestId for UpdateAgentRuntimeEndpointError

Source§

impl RequestId for UpdateApiKeyCredentialProviderError

Source§

impl RequestId for UpdateGatewayError

Source§

impl RequestId for UpdateGatewayTargetError

Source§

impl RequestId for UpdateMemoryError

Source§

impl RequestId for UpdateOauth2CredentialProviderError

Source§

impl RequestId for UpdateWorkloadIdentityError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for ConcurrentModificationException

Source§

impl RequestId for ConflictException

Source§

impl RequestId for DecryptionFailure

Source§

impl RequestId for EncryptionFailure

Source§

impl RequestId for InternalServerException

Source§

impl RequestId for ResourceLimitExceededException

Source§

impl RequestId for ResourceNotFoundException

Source§

impl RequestId for ServiceException

Source§

impl RequestId for ServiceQuotaExceededException

Source§

impl RequestId for ThrottledException

Source§

impl RequestId for ThrottlingException

Source§

impl RequestId for UnauthorizedException

Source§

impl RequestId for ValidationException

Source§

impl RequestId for CreateAgentRuntimeOutput

Source§

impl RequestId for CreateAgentRuntimeEndpointOutput

Source§

impl RequestId for CreateApiKeyCredentialProviderOutput

Source§

impl RequestId for CreateBrowserOutput

Source§

impl RequestId for CreateCodeInterpreterOutput

Source§

impl RequestId for CreateGatewayOutput

Source§

impl RequestId for CreateGatewayTargetOutput

Source§

impl RequestId for CreateMemoryOutput

Source§

impl RequestId for CreateOauth2CredentialProviderOutput

Source§

impl RequestId for CreateWorkloadIdentityOutput

Source§

impl RequestId for DeleteAgentRuntimeOutput

Source§

impl RequestId for DeleteAgentRuntimeEndpointOutput

Source§

impl RequestId for DeleteApiKeyCredentialProviderOutput

Source§

impl RequestId for DeleteBrowserOutput

Source§

impl RequestId for DeleteCodeInterpreterOutput

Source§

impl RequestId for DeleteGatewayOutput

Source§

impl RequestId for DeleteGatewayTargetOutput

Source§

impl RequestId for DeleteMemoryOutput

Source§

impl RequestId for DeleteOauth2CredentialProviderOutput

Source§

impl RequestId for DeleteWorkloadIdentityOutput

Source§

impl RequestId for GetAgentRuntimeOutput

Source§

impl RequestId for GetAgentRuntimeEndpointOutput

Source§

impl RequestId for GetApiKeyCredentialProviderOutput

Source§

impl RequestId for GetBrowserOutput

Source§

impl RequestId for GetCodeInterpreterOutput

Source§

impl RequestId for GetGatewayOutput

Source§

impl RequestId for GetGatewayTargetOutput

Source§

impl RequestId for GetMemoryOutput

Source§

impl RequestId for GetOauth2CredentialProviderOutput

Source§

impl RequestId for GetTokenVaultOutput

Source§

impl RequestId for GetWorkloadIdentityOutput

Source§

impl RequestId for ListAgentRuntimeEndpointsOutput

Source§

impl RequestId for ListAgentRuntimeVersionsOutput

Source§

impl RequestId for ListAgentRuntimesOutput

Source§

impl RequestId for ListApiKeyCredentialProvidersOutput

Source§

impl RequestId for ListBrowsersOutput

Source§

impl RequestId for ListCodeInterpretersOutput

Source§

impl RequestId for ListGatewayTargetsOutput

Source§

impl RequestId for ListGatewaysOutput

Source§

impl RequestId for ListMemoriesOutput

Source§

impl RequestId for ListOauth2CredentialProvidersOutput

Source§

impl RequestId for ListWorkloadIdentitiesOutput

Source§

impl RequestId for SetTokenVaultCmkOutput

Source§

impl RequestId for UpdateAgentRuntimeOutput

Source§

impl RequestId for UpdateAgentRuntimeEndpointOutput

Source§

impl RequestId for UpdateApiKeyCredentialProviderOutput

Source§

impl RequestId for UpdateGatewayOutput

Source§

impl RequestId for UpdateGatewayTargetOutput

Source§

impl RequestId for UpdateMemoryOutput

Source§

impl RequestId for UpdateOauth2CredentialProviderOutput

Source§

impl RequestId for UpdateWorkloadIdentityOutput