コード例 #1
0
        public void IdentityManagementServiceDeleteGroupPolicy()
        {
            #region e683f2bd-98a4-4fe0-bb66-33169c692d4a

            var client   = new AmazonIdentityManagementServiceClient();
            var response = client.DeleteGroupPolicy(new DeleteGroupPolicyRequest
            {
                GroupName  = "Admins",
                PolicyName = "ExamplePolicy"
            });


            #endregion
        }