aws_sdk_s3::waiters::object_exists

Type Alias ObjectExistsFinalPoll

source
pub type ObjectExistsFinalPoll = FinalPoll<HeadObjectOutput, SdkError<HeadObjectError, HttpResponse>>;
Expand description

Successful return type for the object_exists waiter.

Aliased Typeยง

struct ObjectExistsFinalPoll { /* private fields */ }