/AWS1/CL_EC2=>DELETEVERIFIEDACCESSGROUP()
¶
About DeleteVerifiedAccessGroup¶
Delete an Amazon Web Services Verified Access group.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_VERIFIEDACCESSGROUPID
TYPE /AWS1/EC2VERIFIEDACCESSGROUPID
/AWS1/EC2VERIFIEDACCESSGROUPID
¶
The ID of the Verified Access group.
Optional arguments:¶
IV_CLIENTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.