Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

cancel_order

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