aws_sdk_ssooidc::operation

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 CreateTokenError

Source§

impl RequestId for CreateTokenWithIAMError

Source§

impl RequestId for RegisterClientError

Source§

impl RequestId for StartDeviceAuthorizationError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for AuthorizationPendingException

Source§

impl RequestId for ExpiredTokenException

Source§

impl RequestId for InternalServerException

Source§

impl RequestId for InvalidClientException

Source§

impl RequestId for InvalidClientMetadataException

Source§

impl RequestId for InvalidGrantException

Source§

impl RequestId for InvalidRequestException

Source§

impl RequestId for InvalidRequestRegionException

Source§

impl RequestId for InvalidScopeException

Source§

impl RequestId for SlowDownException

Source§

impl RequestId for UnauthorizedClientException

Source§

impl RequestId for UnsupportedGrantTypeException

Source§

impl RequestId for CreateTokenOutput

Source§

impl RequestId for CreateTokenWithIamOutput

Source§

impl RequestId for RegisterClientOutput

Source§

impl RequestId for StartDeviceAuthorizationOutput

impl RequestId for Error

impl RequestId for Error

impl RequestId for Error

impl RequestId for Error

impl RequestId for Error