Values.UpdateStandardsControlResponseSourceUsed to control whether an individual security standard control is enabled or disabled. Calls to this operation return a RESOURCE_NOT_FOUND_EXCEPTION error when the standard subscription for the control has StandardsControlsUpdatable value NOT_READY_FOR_UPDATES.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalException of InternalException.t| `InvalidAccessException of InvalidAccessException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]