Struct aws_sdk_batch::error::ClientException
source · #[non_exhaustive]pub struct ClientException { /* private fields */ }
Expand description
These errors are usually caused by a client action. One example cause is using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Another cause is specifying an identifier that's not valid.
Implementations§
source§impl ClientException
impl ClientException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClientException
.
Trait Implementations§
source§impl Clone for ClientException
impl Clone for ClientException
source§fn clone(&self) -> ClientException
fn clone(&self) -> ClientException
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 Debug for ClientException
impl Debug for ClientException
source§impl Display for ClientException
impl Display for ClientException
source§impl Error for ClientException
impl Error for ClientException
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<ClientException> for ClientException
impl PartialEq<ClientException> for ClientException
source§fn eq(&self, other: &ClientException) -> bool
fn eq(&self, other: &ClientException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.