Skip to content

Commit d5b3eaf

Browse files
docs: update policy type name in Organizations service (#144)
1 parent 19fa687 commit d5b3eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/aws/services/organizations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ To get started, start your LocalStack instance using your preferred method:
6969
```bash
7070
awslocal organizations enable-policy-type \
7171
--root-id <ROOT-ID> \
72-
--policy-type BACKUP_POLICY
72+
--policy-type SERVICE_CONTROL_POLICY
7373
```
7474
To disable a policy type, you can run:
7575
```bash
7676
awslocal organizations disable-policy-type \
7777
--root-id <ROOT-ID> \
78-
--policy-type BACKUP_POLICY
78+
--policy-type SERVICE_CONTROL_POLICY
7979
```
8080

8181
8. To view the policies that are attached to your organization, you can run:

0 commit comments

Comments
 (0)