Struct aws_sdk_iot::model::Denied
source · #[non_exhaustive]pub struct Denied { /* private fields */ }
Expand description
Contains information that denied the authorization.
Implementations§
source§impl Denied
impl Denied
sourcepub fn implicit_deny(&self) -> Option<&ImplicitDeny>
pub fn implicit_deny(&self) -> Option<&ImplicitDeny>
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
sourcepub fn explicit_deny(&self) -> Option<&ExplicitDeny>
pub fn explicit_deny(&self) -> Option<&ExplicitDeny>
Information that explicitly denies the authorization.