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 AssociateChannelFlowError

Source§

impl RequestId for BatchCreateChannelMembershipError

Source§

impl RequestId for ChannelFlowCallbackError

Source§

impl RequestId for CreateChannelError

Source§

impl RequestId for CreateChannelBanError

Source§

impl RequestId for CreateChannelFlowError

Source§

impl RequestId for CreateChannelMembershipError

Source§

impl RequestId for CreateChannelModeratorError

Source§

impl RequestId for DeleteChannelError

Source§

impl RequestId for DeleteChannelBanError

Source§

impl RequestId for DeleteChannelFlowError

Source§

impl RequestId for DeleteChannelMembershipError

Source§

impl RequestId for DeleteChannelMessageError

Source§

impl RequestId for DeleteChannelModeratorError

Source§

impl RequestId for DeleteMessagingStreamingConfigurationsError

Source§

impl RequestId for DescribeChannelError

Source§

impl RequestId for DescribeChannelBanError

Source§

impl RequestId for DescribeChannelFlowError

Source§

impl RequestId for DescribeChannelMembershipError

Source§

impl RequestId for DescribeChannelMembershipForAppInstanceUserError

Source§

impl RequestId for DescribeChannelModeratedByAppInstanceUserError

Source§

impl RequestId for DescribeChannelModeratorError

Source§

impl RequestId for DisassociateChannelFlowError

Source§

impl RequestId for GetChannelMembershipPreferencesError

Source§

impl RequestId for GetChannelMessageError

Source§

impl RequestId for GetChannelMessageStatusError

Source§

impl RequestId for GetMessagingSessionEndpointError

Source§

impl RequestId for GetMessagingStreamingConfigurationsError

Source§

impl RequestId for ListChannelBansError

Source§

impl RequestId for ListChannelFlowsError

Source§

impl RequestId for ListChannelMembershipsError

Source§

impl RequestId for ListChannelMembershipsForAppInstanceUserError

Source§

impl RequestId for ListChannelMessagesError

Source§

impl RequestId for ListChannelModeratorsError

Source§

impl RequestId for ListChannelsError

Source§

impl RequestId for ListChannelsAssociatedWithChannelFlowError

Source§

impl RequestId for ListChannelsModeratedByAppInstanceUserError

Source§

impl RequestId for ListSubChannelsError

Source§

impl RequestId for ListTagsForResourceError

Source§

impl RequestId for PutChannelExpirationSettingsError

Source§

impl RequestId for PutChannelMembershipPreferencesError

Source§

impl RequestId for PutMessagingStreamingConfigurationsError

Source§

impl RequestId for RedactChannelMessageError

Source§

impl RequestId for SearchChannelsError

Source§

impl RequestId for SendChannelMessageError

Source§

impl RequestId for TagResourceError

Source§

impl RequestId for UntagResourceError

Source§

impl RequestId for UpdateChannelError

Source§

impl RequestId for UpdateChannelFlowError

Source§

impl RequestId for UpdateChannelMessageError

Source§

impl RequestId for UpdateChannelReadMarkerError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for BadRequestException

Source§

impl RequestId for ConflictException

Source§

impl RequestId for ForbiddenException

Source§

impl RequestId for NotFoundException

Source§

impl RequestId for ResourceLimitExceededException

Source§

impl RequestId for ServiceFailureException

Source§

impl RequestId for ServiceUnavailableException

Source§

impl RequestId for ThrottledClientException

Source§

impl RequestId for UnauthorizedClientException

Source§

impl RequestId for AssociateChannelFlowOutput

Source§

impl RequestId for BatchCreateChannelMembershipOutput

Source§

impl RequestId for ChannelFlowCallbackOutput

Source§

impl RequestId for CreateChannelOutput

Source§

impl RequestId for CreateChannelBanOutput

Source§

impl RequestId for CreateChannelFlowOutput

Source§

impl RequestId for CreateChannelMembershipOutput

Source§

impl RequestId for CreateChannelModeratorOutput

Source§

impl RequestId for DeleteChannelOutput

Source§

impl RequestId for DeleteChannelBanOutput

Source§

impl RequestId for DeleteChannelFlowOutput

Source§

impl RequestId for DeleteChannelMembershipOutput

Source§

impl RequestId for DeleteChannelMessageOutput

Source§

impl RequestId for DeleteChannelModeratorOutput

Source§

impl RequestId for DeleteMessagingStreamingConfigurationsOutput

Source§

impl RequestId for DescribeChannelOutput

Source§

impl RequestId for DescribeChannelBanOutput

Source§

impl RequestId for DescribeChannelFlowOutput

Source§

impl RequestId for DescribeChannelMembershipOutput

Source§

impl RequestId for DescribeChannelMembershipForAppInstanceUserOutput

Source§

impl RequestId for DescribeChannelModeratedByAppInstanceUserOutput

Source§

impl RequestId for DescribeChannelModeratorOutput

Source§

impl RequestId for DisassociateChannelFlowOutput

Source§

impl RequestId for GetChannelMembershipPreferencesOutput

Source§

impl RequestId for GetChannelMessageOutput

Source§

impl RequestId for GetChannelMessageStatusOutput

Source§

impl RequestId for GetMessagingSessionEndpointOutput

Source§

impl RequestId for GetMessagingStreamingConfigurationsOutput

Source§

impl RequestId for ListChannelBansOutput

Source§

impl RequestId for ListChannelFlowsOutput

Source§

impl RequestId for ListChannelMembershipsOutput

Source§

impl RequestId for ListChannelMembershipsForAppInstanceUserOutput

Source§

impl RequestId for ListChannelMessagesOutput

Source§

impl RequestId for ListChannelModeratorsOutput

Source§

impl RequestId for ListChannelsOutput

Source§

impl RequestId for ListChannelsAssociatedWithChannelFlowOutput

Source§

impl RequestId for ListChannelsModeratedByAppInstanceUserOutput

Source§

impl RequestId for ListSubChannelsOutput

Source§

impl RequestId for ListTagsForResourceOutput

Source§

impl RequestId for PutChannelExpirationSettingsOutput

Source§

impl RequestId for PutChannelMembershipPreferencesOutput

Source§

impl RequestId for PutMessagingStreamingConfigurationsOutput

Source§

impl RequestId for RedactChannelMessageOutput

Source§

impl RequestId for SearchChannelsOutput

Source§

impl RequestId for SendChannelMessageOutput

Source§

impl RequestId for TagResourceOutput

Source§

impl RequestId for UntagResourceOutput

Source§

impl RequestId for UpdateChannelOutput

Source§

impl RequestId for UpdateChannelFlowOutput

Source§

impl RequestId for UpdateChannelMessageOutput

Source§

impl RequestId for UpdateChannelReadMarkerOutput