#[non_exhaustive]pub struct InvalidPaginationTokenException { /* private fields */ }
Expand description
Exception that indicates that the NextToken
specified in the request is invalid. Submit the request using the NextToken
value that was returned in the prior response.
Implementations§
source§impl InvalidPaginationTokenException
impl InvalidPaginationTokenException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidPaginationTokenException
.
Trait Implementations§
source§impl Clone for InvalidPaginationTokenException
impl Clone for InvalidPaginationTokenException
source§fn clone(&self) -> InvalidPaginationTokenException
fn clone(&self) -> InvalidPaginationTokenException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Error for InvalidPaginationTokenException
impl Error for InvalidPaginationTokenException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidPaginationTokenException> for InvalidPaginationTokenException
impl PartialEq<InvalidPaginationTokenException> for InvalidPaginationTokenException
source§fn eq(&self, other: &InvalidPaginationTokenException) -> bool
fn eq(&self, other: &InvalidPaginationTokenException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.