Struct aws_sdk_honeycode::error::AccessDeniedException
source · #[non_exhaustive]pub struct AccessDeniedException { /* private fields */ }Expand description
You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
Implementations§
source§impl AccessDeniedException
impl AccessDeniedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccessDeniedException.
Trait Implementations§
source§impl Clone for AccessDeniedException
impl Clone for AccessDeniedException
source§fn clone(&self) -> AccessDeniedException
fn clone(&self) -> AccessDeniedException
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 AccessDeniedException
impl Debug for AccessDeniedException
source§impl Display for AccessDeniedException
impl Display for AccessDeniedException
source§impl Error for AccessDeniedException
impl Error for AccessDeniedException
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()