Values.InvokeAsyncResponseSourceA success response (202 Accepted) indicates that the request is queued for invocation.
type nonrec error = [ | `InvalidRequestContentException of InvalidRequestContentException.t| `InvalidRuntimeException of InvalidRuntimeException.t| `ResourceConflictException of ResourceConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidRequestContentException of InvalidRequestContentException.t
| `InvalidRuntimeException of InvalidRuntimeException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidRequestContentException of InvalidRequestContentException.t
| `InvalidRuntimeException of InvalidRuntimeException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]