List Effective Policy Validation Errors
| organizations_list_effective_policy_validation_errors | R Documentation |
Lists all the validation errors on an effective policy for a specified account and policy type¶
Description¶
Lists all the validation errors on an effective policy for a specified account and policy type.
You can only call this operation from the management account or a member account that is a delegated administrator.
Usage¶
organizations_list_effective_policy_validation_errors(AccountId,
PolicyType, NextToken, MaxResults)
Arguments¶
AccountId |
[required] The ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported. |
PolicyType |
[required] The type of policy that you want information about. You can specify one of the following values: |
NextToken |
The parameter for receiving additional results if you receive a
|
MaxResults |
The maximum number of items to return in the response. If more
results exist than the specified |
Value¶
A list with the following syntax:
list(
AccountId = "string",
PolicyType = "TAG_POLICY"|"BACKUP_POLICY"|"AISERVICES_OPT_OUT_POLICY"|"CHATBOT_POLICY"|"DECLARATIVE_POLICY_EC2"|"SECURITYHUB_POLICY"|"INSPECTOR_POLICY"|"UPGRADE_ROLLOUT_POLICY"|"BEDROCK_POLICY"|"S3_POLICY"|"NETWORK_SECURITY_DIRECTOR_POLICY",
Path = "string",
EvaluationTimestamp = as.POSIXct(
"2015-01-01"
),
NextToken = "string",
EffectivePolicyValidationErrors = list(
list(
ErrorCode = "string",
ErrorMessage = "string",
PathToError = "string",
ContributingPolicies = list(
"string"
)
)
)
)
Request syntax¶
svc$list_effective_policy_validation_errors(
AccountId = "string",
PolicyType = "TAG_POLICY"|"BACKUP_POLICY"|"AISERVICES_OPT_OUT_POLICY"|"CHATBOT_POLICY"|"DECLARATIVE_POLICY_EC2"|"SECURITYHUB_POLICY"|"INSPECTOR_POLICY"|"UPGRADE_ROLLOUT_POLICY"|"BEDROCK_POLICY"|"S3_POLICY"|"NETWORK_SECURITY_DIRECTOR_POLICY",
NextToken = "string",
MaxResults = 123
)