Struct aws_sdk_iot::error::MalformedPolicyException
source · #[non_exhaustive]pub struct MalformedPolicyException { /* private fields */ }
Expand description
The policy documentation is not valid.
Implementations§
source§impl MalformedPolicyException
impl MalformedPolicyException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MalformedPolicyException
.
Trait Implementations§
source§impl Clone for MalformedPolicyException
impl Clone for MalformedPolicyException
source§fn clone(&self) -> MalformedPolicyException
fn clone(&self) -> MalformedPolicyException
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 MalformedPolicyException
impl Debug for MalformedPolicyException
source§impl Display for MalformedPolicyException
impl Display for MalformedPolicyException
source§impl Error for MalformedPolicyException
impl Error for MalformedPolicyException
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<MalformedPolicyException> for MalformedPolicyException
impl PartialEq<MalformedPolicyException> for MalformedPolicyException
source§fn eq(&self, other: &MalformedPolicyException) -> bool
fn eq(&self, other: &MalformedPolicyException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.