Athena / Client / cancel_capacity_reservation
cancel_capacity_reservation#
- Athena.Client.cancel_capacity_reservation(**kwargs)#
Cancels the capacity reservation with the specified name.
See also: AWS API Documentation
Request Syntax
response = client.cancel_capacity_reservation( Name='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the capacity reservation to cancel.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Athena.Client.exceptions.InvalidRequestException
Athena.Client.exceptions.InternalServerException