Struct aws_sdk_securityhub::error::InvalidAccessException
source · #[non_exhaustive]pub struct InvalidAccessException { /* private fields */ }
Expand description
There is an issue with the account used to make the request. Either Security Hub is not enabled for the account, or the account does not have permission to perform this action.
Implementations§
source§impl InvalidAccessException
impl InvalidAccessException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidAccessException
.
Trait Implementations§
source§impl Clone for InvalidAccessException
impl Clone for InvalidAccessException
source§fn clone(&self) -> InvalidAccessException
fn clone(&self) -> InvalidAccessException
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 InvalidAccessException
impl Debug for InvalidAccessException
source§impl Display for InvalidAccessException
impl Display for InvalidAccessException
source§impl Error for InvalidAccessException
impl Error for InvalidAccessException
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()