aws_sdk_dynamodb::waiters::table_not_exists

Type Alias TableNotExistsFinalPoll

Source
pub type TableNotExistsFinalPoll = FinalPoll<DescribeTableOutput, SdkError<DescribeTableError, HttpResponse>>;
Expand description

Successful return type for the table_not_exists waiter.

Aliased Typeยง

struct TableNotExistsFinalPoll { /* private fields */ }