#[non_exhaustive]pub struct AccountActionRequiredException { /* private fields */ }
Expand description
Account Action is required in order to continue the request.
Implementations§
source§impl AccountActionRequiredException
impl AccountActionRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountActionRequiredException
.
Trait Implementations§
source§impl Clone for AccountActionRequiredException
impl Clone for AccountActionRequiredException
source§fn clone(&self) -> AccountActionRequiredException
fn clone(&self) -> AccountActionRequiredException
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 AccountActionRequiredException
impl Error for AccountActionRequiredException
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<AccountActionRequiredException> for AccountActionRequiredException
impl PartialEq<AccountActionRequiredException> for AccountActionRequiredException
source§fn eq(&self, other: &AccountActionRequiredException) -> bool
fn eq(&self, other: &AccountActionRequiredException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.