Struct aws_sdk_ssm::error::IncompatiblePolicyException
source · #[non_exhaustive]pub struct IncompatiblePolicyException { /* private fields */ }
Expand description
There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.
Implementations§
source§impl IncompatiblePolicyException
impl IncompatiblePolicyException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IncompatiblePolicyException
.
Trait Implementations§
source§impl Clone for IncompatiblePolicyException
impl Clone for IncompatiblePolicyException
source§fn clone(&self) -> IncompatiblePolicyException
fn clone(&self) -> IncompatiblePolicyException
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 IncompatiblePolicyException
impl Debug for IncompatiblePolicyException
source§impl Error for IncompatiblePolicyException
impl Error for IncompatiblePolicyException
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()