I have setup an organisation hierarchy and added a policy to allow acm
and acm-pca
. However I'm getting an error:
com.amazon.coral.service.InternalFailure
Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"acm:*",
"acm-pca:*"
],
"Resource": [
"*"
]
}
]
}
Is there any Action that I've missed for allowing certificates request?