Struct aws_sdk_iam::error::PolicyEvaluationException
source · #[non_exhaustive]pub struct PolicyEvaluationException { /* private fields */ }Expand description
The request failed because a provided policy could not be successfully evaluated. An additional detailed message indicates the source of the failure.
Implementations§
source§impl PolicyEvaluationException
impl PolicyEvaluationException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyEvaluationException.
Trait Implementations§
source§impl Clone for PolicyEvaluationException
impl Clone for PolicyEvaluationException
source§fn clone(&self) -> PolicyEvaluationException
fn clone(&self) -> PolicyEvaluationException
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 PolicyEvaluationException
impl Debug for PolicyEvaluationException
source§impl Display for PolicyEvaluationException
impl Display for PolicyEvaluationException
source§impl Error for PolicyEvaluationException
impl Error for PolicyEvaluationException
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<PolicyEvaluationException> for PolicyEvaluationException
impl PartialEq<PolicyEvaluationException> for PolicyEvaluationException
source§fn eq(&self, other: &PolicyEvaluationException) -> bool
fn eq(&self, other: &PolicyEvaluationException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.