#[non_exhaustive]pub struct WafServiceLinkedRoleErrorException { /* private fields */ }
Expand description
WAF is not able to access the service linked role. This can be caused by a previous PutLoggingConfiguration
request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previous DeleteServiceLinkedRole
request, which can lock the role for 15 minutes or more. If you recently made a call to DeleteServiceLinkedRole
, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.
Implementations§
source§impl WafServiceLinkedRoleErrorException
impl WafServiceLinkedRoleErrorException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WafServiceLinkedRoleErrorException
.
Trait Implementations§
source§impl Clone for WafServiceLinkedRoleErrorException
impl Clone for WafServiceLinkedRoleErrorException
source§fn clone(&self) -> WafServiceLinkedRoleErrorException
fn clone(&self) -> WafServiceLinkedRoleErrorException
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 Error for WafServiceLinkedRoleErrorException
impl Error for WafServiceLinkedRoleErrorException
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<WafServiceLinkedRoleErrorException> for WafServiceLinkedRoleErrorException
impl PartialEq<WafServiceLinkedRoleErrorException> for WafServiceLinkedRoleErrorException
source§fn eq(&self, other: &WafServiceLinkedRoleErrorException) -> bool
fn eq(&self, other: &WafServiceLinkedRoleErrorException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.