Trait aws_sdk_cognitoidentity::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 CreateIdentityPoolError

source§

impl RequestId for DeleteIdentitiesError

source§

impl RequestId for DeleteIdentityPoolError

source§

impl RequestId for DescribeIdentityError

source§

impl RequestId for DescribeIdentityPoolError

source§

impl RequestId for GetCredentialsForIdentityError

source§

impl RequestId for GetIdError

source§

impl RequestId for GetIdentityPoolRolesError

source§

impl RequestId for GetOpenIdTokenError

source§

impl RequestId for GetOpenIdTokenForDeveloperIdentityError

source§

impl RequestId for GetPrincipalTagAttributeMapError

source§

impl RequestId for ListIdentitiesError

source§

impl RequestId for ListIdentityPoolsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for LookupDeveloperIdentityError

source§

impl RequestId for MergeDeveloperIdentitiesError

source§

impl RequestId for SetIdentityPoolRolesError

source§

impl RequestId for SetPrincipalTagAttributeMapError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UnlinkDeveloperIdentityError

source§

impl RequestId for UnlinkIdentityError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateIdentityPoolError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for ConcurrentModificationException

source§

impl RequestId for DeveloperUserAlreadyRegisteredException

source§

impl RequestId for ExternalServiceException

source§

impl RequestId for InternalErrorException

source§

impl RequestId for InvalidIdentityPoolConfigurationException

source§

impl RequestId for InvalidParameterException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for NotAuthorizedException

source§

impl RequestId for ResourceConflictException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for TooManyRequestsException

source§

impl RequestId for CreateIdentityPoolOutput

source§

impl RequestId for DeleteIdentitiesOutput

source§

impl RequestId for DeleteIdentityPoolOutput

source§

impl RequestId for DescribeIdentityOutput

source§

impl RequestId for DescribeIdentityPoolOutput

source§

impl RequestId for GetCredentialsForIdentityOutput

source§

impl RequestId for GetIdOutput

source§

impl RequestId for GetIdentityPoolRolesOutput

source§

impl RequestId for GetOpenIdTokenOutput

source§

impl RequestId for GetOpenIdTokenForDeveloperIdentityOutput

source§

impl RequestId for GetPrincipalTagAttributeMapOutput

source§

impl RequestId for ListIdentitiesOutput

source§

impl RequestId for ListIdentityPoolsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for LookupDeveloperIdentityOutput

source§

impl RequestId for MergeDeveloperIdentitiesOutput

source§

impl RequestId for SetIdentityPoolRolesOutput

source§

impl RequestId for SetPrincipalTagAttributeMapOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UnlinkDeveloperIdentityOutput

source§

impl RequestId for UnlinkIdentityOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateIdentityPoolOutput