VPCLattice / Client / delete_resource_configuration
delete_resource_configuration#
- VPCLattice.Client.delete_resource_configuration(**kwargs)#
- Deletes the specified resource configuration. - See also: AWS API Documentation - Request Syntax- response = client.delete_resource_configuration( resourceConfigurationIdentifier='string' ) - Parameters:
- resourceConfigurationIdentifier (string) – - [REQUIRED] - The ID or ARN of the resource configuration. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- VPCLattice.Client.exceptions.ValidationException
- VPCLattice.Client.exceptions.AccessDeniedException
- VPCLattice.Client.exceptions.ThrottlingException
- VPCLattice.Client.exceptions.ResourceNotFoundException
- VPCLattice.Client.exceptions.ConflictException
- VPCLattice.Client.exceptions.InternalServerException