Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_verified_access_group

delete_verified_access_group(**kwargs)

Delete an Amazon Web Services Verified Access group.

See also: AWS API Documentation

Request Syntax

response = client.delete_verified_access_group(
    VerifiedAccessGroupId='string',
    ClientToken='string',
    DryRun=True|False
)
Parameters
  • VerifiedAccessGroupId (string) --

    [REQUIRED]

    The ID of the Amazon Web Services Verified Access group.

  • ClientToken (string) --

    A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

    This field is autopopulated if not provided.

  • DryRun (boolean) -- 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 is UnauthorizedOperation .
Return type

dict

Returns

Response Syntax

{
    'VerifiedAccessGroup': {
        'VerifiedAccessGroupId': 'string',
        'VerifiedAccessInstanceId': 'string',
        'Description': 'string',
        'Owner': 'string',
        'VerifiedAccessGroupArn': 'string',
        'CreationTime': 'string',
        'LastUpdatedTime': 'string',
        'DeletionTime': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) --

    • VerifiedAccessGroup (dict) --

      The ID of the Amazon Web Services Verified Access group.

      • VerifiedAccessGroupId (string) --

        The ID of the Verified Access group.

      • VerifiedAccessInstanceId (string) --

        The ID of the Amazon Web Services Verified Access instance.

      • Description (string) --

        A description for the Amazon Web Services Verified Access group.

      • Owner (string) --

        The Amazon Web Services account number that owns the group.

      • VerifiedAccessGroupArn (string) --

        The ARN of the Verified Access group.

      • CreationTime (string) --

        The creation time.

      • LastUpdatedTime (string) --

        The last updated time.

      • DeletionTime (string) --

        The deletion time.

      • Tags (list) --

        The tags.

        • (dict) --

          Describes a tag.

          • Key (string) --

            The key of the tag.

            Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws: .

          • Value (string) --

            The value of the tag.

            Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.