Trait aws_sdk_snowball::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 CancelClusterError

source§

impl RequestId for CancelJobError

source§

impl RequestId for CreateAddressError

source§

impl RequestId for CreateClusterError

source§

impl RequestId for CreateJobError

source§

impl RequestId for CreateLongTermPricingError

source§

impl RequestId for CreateReturnShippingLabelError

source§

impl RequestId for DescribeAddressError

source§

impl RequestId for DescribeAddressesError

source§

impl RequestId for DescribeClusterError

source§

impl RequestId for DescribeJobError

source§

impl RequestId for DescribeReturnShippingLabelError

source§

impl RequestId for GetJobManifestError

source§

impl RequestId for GetJobUnlockCodeError

source§

impl RequestId for GetSnowballUsageError

source§

impl RequestId for GetSoftwareUpdatesError

source§

impl RequestId for ListClusterJobsError

source§

impl RequestId for ListClustersError

source§

impl RequestId for ListCompatibleImagesError

source§

impl RequestId for ListJobsError

source§

impl RequestId for ListLongTermPricingError

source§

impl RequestId for ListPickupLocationsError

source§

impl RequestId for ListServiceVersionsError

source§

impl RequestId for UpdateClusterError

source§

impl RequestId for UpdateJobError

source§

impl RequestId for UpdateJobShipmentStateError

source§

impl RequestId for UpdateLongTermPricingError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for ClusterLimitExceededException

source§

impl RequestId for ConflictException

source§

impl RequestId for Ec2RequestFailedException

source§

impl RequestId for InvalidAddressException

source§

impl RequestId for InvalidInputCombinationException

source§

impl RequestId for InvalidJobStateException

source§

impl RequestId for InvalidNextTokenException

source§

impl RequestId for InvalidResourceException

source§

impl RequestId for KmsRequestFailedException

source§

impl RequestId for ReturnShippingLabelAlreadyExistsException

source§

impl RequestId for UnsupportedAddressException

source§

impl RequestId for CancelClusterOutput

source§

impl RequestId for CancelJobOutput

source§

impl RequestId for CreateAddressOutput

source§

impl RequestId for CreateClusterOutput

source§

impl RequestId for CreateJobOutput

source§

impl RequestId for CreateLongTermPricingOutput

source§

impl RequestId for CreateReturnShippingLabelOutput

source§

impl RequestId for DescribeAddressOutput

source§

impl RequestId for DescribeAddressesOutput

source§

impl RequestId for DescribeClusterOutput

source§

impl RequestId for DescribeJobOutput

source§

impl RequestId for DescribeReturnShippingLabelOutput

source§

impl RequestId for GetJobManifestOutput

source§

impl RequestId for GetJobUnlockCodeOutput

source§

impl RequestId for GetSnowballUsageOutput

source§

impl RequestId for GetSoftwareUpdatesOutput

source§

impl RequestId for ListClusterJobsOutput

source§

impl RequestId for ListClustersOutput

source§

impl RequestId for ListCompatibleImagesOutput

source§

impl RequestId for ListJobsOutput

source§

impl RequestId for ListLongTermPricingOutput

source§

impl RequestId for ListPickupLocationsOutput

source§

impl RequestId for ListServiceVersionsOutput

source§

impl RequestId for UpdateClusterOutput

source§

impl RequestId for UpdateJobOutput

source§

impl RequestId for UpdateJobShipmentStateOutput

source§

impl RequestId for UpdateLongTermPricingOutput