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§
source§impl LockedSubscriptionException
impl LockedSubscriptionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LockedSubscriptionException
.
Trait Implementations§
source§impl Clone for LockedSubscriptionException
impl Clone for LockedSubscriptionException
source§fn clone(&self) -> LockedSubscriptionException
fn clone(&self) -> LockedSubscriptionException
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 LockedSubscriptionException
impl Debug for LockedSubscriptionException
source§impl Error for LockedSubscriptionException
impl Error for LockedSubscriptionException
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<LockedSubscriptionException> for LockedSubscriptionException
impl PartialEq<LockedSubscriptionException> for LockedSubscriptionException
source§fn eq(&self, other: &LockedSubscriptionException) -> bool
fn eq(&self, other: &LockedSubscriptionException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.