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.NotFoundExceptionOutposts.Client.exceptions.AccessDeniedExceptionOutposts.Client.exceptions.InternalServerExceptionOutposts.Client.exceptions.ValidationException