QuickSight / Client / delete_vpc_connection

delete_vpc_connection#

QuickSight.Client.delete_vpc_connection(**kwargs)#

Deletes a VPC connection.

See also: AWS API Documentation

Request Syntax

response = client.delete_vpc_connection(
    AwsAccountId='string',
    VPCConnectionId='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The Amazon Web Services account ID of the account where you want to delete a VPC connection.

  • VPCConnectionId (string) –

    [REQUIRED]

    The ID of the VPC connection that you’re creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.

Return type:

dict

Returns:

Response Syntax

{
    'Arn': 'string',
    'VPCConnectionId': 'string',
    'DeletionStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETION_IN_PROGRESS'|'DELETION_FAILED'|'DELETED',
    'AvailabilityStatus': 'AVAILABLE'|'UNAVAILABLE'|'PARTIALLY_AVAILABLE',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • Arn (string) –

      The Amazon Resource Name (ARN) of the deleted VPC connection.

    • VPCConnectionId (string) –

      The ID of the VPC connection that you’re creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.

    • DeletionStatus (string) –

      The deletion status of the VPC connection.

    • AvailabilityStatus (string) –

      The availability status of the VPC connection.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.

Exceptions

  • QuickSight.Client.exceptions.AccessDeniedException

  • QuickSight.Client.exceptions.ConflictException

  • QuickSight.Client.exceptions.InvalidParameterValueException

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.UnsupportedUserEditionException

  • QuickSight.Client.exceptions.InternalFailureException