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
sourceimpl IncompatiblePolicyException
impl IncompatiblePolicyException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IncompatiblePolicyException
.
Trait Implementations
sourceimpl Clone for IncompatiblePolicyException
impl Clone for IncompatiblePolicyException
sourcefn clone(&self) -> IncompatiblePolicyException
fn clone(&self) -> IncompatiblePolicyException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IncompatiblePolicyException
impl Debug for IncompatiblePolicyException
sourceimpl Display for IncompatiblePolicyException
impl Display for IncompatiblePolicyException
sourceimpl Error for IncompatiblePolicyException
impl Error for IncompatiblePolicyException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<IncompatiblePolicyException> for IncompatiblePolicyException
impl PartialEq<IncompatiblePolicyException> for IncompatiblePolicyException
sourcefn eq(&self, other: &IncompatiblePolicyException) -> bool
fn eq(&self, other: &IncompatiblePolicyException) -> bool
impl StructuralPartialEq for IncompatiblePolicyException
Auto Trait Implementations
impl RefUnwindSafe for IncompatiblePolicyException
impl Send for IncompatiblePolicyException
impl Sync for IncompatiblePolicyException
impl Unpin for IncompatiblePolicyException
impl UnwindSafe for IncompatiblePolicyException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more