cancel_order

Outposts.Client.cancel_order(**kwargs)

Cancels the specified order for an Outpost.

See also: AWS API Documentation

Request Syntax

response = client.cancel_order(
    OrderId='string'
)
Parameters
OrderId (string) --

[REQUIRED]

The ID of the order.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Outposts.Client.exceptions.ValidationException
  • Outposts.Client.exceptions.ConflictException
  • Outposts.Client.exceptions.AccessDeniedException
  • Outposts.Client.exceptions.NotFoundException
  • Outposts.Client.exceptions.InternalServerException