VPCLattice / Client / delete_service_network_resource_association

delete_service_network_resource_association#

VPCLattice.Client.delete_service_network_resource_association(**kwargs)#

Deletes the association between a service network and a resource configuration.

See also: AWS API Documentation

Request Syntax

response = client.delete_service_network_resource_association(
    serviceNetworkResourceAssociationIdentifier='string'
)
Parameters:

serviceNetworkResourceAssociationIdentifier (string) –

[REQUIRED]

The ID of the association.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'status': 'CREATE_IN_PROGRESS'|'ACTIVE'|'PARTIAL'|'DELETE_IN_PROGRESS'|'CREATE_FAILED'|'DELETE_FAILED'
}

Response Structure

  • (dict) –

    • arn (string) –

      The Amazon Resource Name (ARN) of the association.

    • id (string) –

      The ID of the association.

    • status (string) –

      The status of the association.

Exceptions