Outposts / Client / delete_quote

delete_quote

Outposts.Client.delete_quote(**kwargs)

Deletes the specified quote.

See also: AWS API Documentation

Request Syntax

response = client.delete_quote(
    QuoteIdentifier='string'
)
Parameters:

QuoteIdentifier (string) –

[REQUIRED]

The ID of the quote.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Outposts.Client.exceptions.NotFoundException

  • Outposts.Client.exceptions.AccessDeniedException

  • Outposts.Client.exceptions.InternalServerException

  • Outposts.Client.exceptions.ValidationException