Struct aws_sdk_shield::error::LockedSubscriptionException
source · [−]#[non_exhaustive]pub struct LockedSubscriptionException { /* private fields */ }
Expand description
You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the AutoRenew
parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change AutoRenew
prior to that period.
Implementations
sourceimpl LockedSubscriptionException
impl LockedSubscriptionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LockedSubscriptionException
.
Trait Implementations
sourceimpl Clone for LockedSubscriptionException
impl Clone for LockedSubscriptionException
sourcefn clone(&self) -> LockedSubscriptionException
fn clone(&self) -> LockedSubscriptionException
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 LockedSubscriptionException
impl Debug for LockedSubscriptionException
sourceimpl Display for LockedSubscriptionException
impl Display for LockedSubscriptionException
sourceimpl Error for LockedSubscriptionException
impl Error for LockedSubscriptionException
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<LockedSubscriptionException> for LockedSubscriptionException
impl PartialEq<LockedSubscriptionException> for LockedSubscriptionException
sourcefn eq(&self, other: &LockedSubscriptionException) -> bool
fn eq(&self, other: &LockedSubscriptionException) -> bool
impl StructuralPartialEq for LockedSubscriptionException
Auto Trait Implementations
impl RefUnwindSafe for LockedSubscriptionException
impl Send for LockedSubscriptionException
impl Sync for LockedSubscriptionException
impl Unpin for LockedSubscriptionException
impl UnwindSafe for LockedSubscriptionException
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