#[non_exhaustive]pub struct InsufficientPermissionsException { /* private fields */ }Expand description
Indicates one of the following errors:
-
For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.
-
For PutConfigRule, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
-
For PutOrganizationConfigRule, organization Config rule cannot be created because you do not have permissions to call IAM
GetRoleaction or create a service-linked role. -
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have the following permissions:
-
You do not have permission to call IAM
GetRoleaction or create a service-linked role. -
You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.
-
Implementations§
source§impl InsufficientPermissionsException
impl InsufficientPermissionsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsufficientPermissionsException.
Trait Implementations§
source§impl Clone for InsufficientPermissionsException
impl Clone for InsufficientPermissionsException
source§fn clone(&self) -> InsufficientPermissionsException
fn clone(&self) -> InsufficientPermissionsException
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Error for InsufficientPermissionsException
impl Error for InsufficientPermissionsException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl PartialEq<InsufficientPermissionsException> for InsufficientPermissionsException
impl PartialEq<InsufficientPermissionsException> for InsufficientPermissionsException
source§fn eq(&self, other: &InsufficientPermissionsException) -> bool
fn eq(&self, other: &InsufficientPermissionsException) -> bool
self and other values to be equal, and is used
by ==.