Values.CreateSpendingLimitResponseSourceCreates a spending limit for a specified quantum device. Spending limits help you control costs by setting maximum amounts that can be spent on quantum computing tasks within a specified time period. Simulators do not support spending limits.
type nonrec t = {spendingLimitArn : SpendingLimitArn.t option;The Amazon Resource Name (ARN) of the created spending limit.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DeviceRetiredException of DeviceRetiredException.t| `InternalServiceException of InternalServiceException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DeviceRetiredException of DeviceRetiredException.t
| `InternalServiceException of InternalServiceException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DeviceRetiredException of DeviceRetiredException.t
| `InternalServiceException of InternalServiceException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]