Braket / Client / delete_spending_limit

delete_spending_limit

Braket.Client.delete_spending_limit(**kwargs)

Deletes an existing spending limit. This operation permanently removes the spending limit and cannot be undone. After deletion, the associated device becomes unrestricted for spending.

See also: AWS API Documentation

Request Syntax

response = client.delete_spending_limit(
    spendingLimitArn='string'
)
Parameters:

spendingLimitArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the spending limit to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Braket.Client.exceptions.ResourceNotFoundException

  • Braket.Client.exceptions.AccessDeniedException

  • Braket.Client.exceptions.ThrottlingException

  • Braket.Client.exceptions.InternalServiceException

  • Braket.Client.exceptions.ValidationException