Values.GetQueueUrlResultSourceFor more information, see Interpreting Responses in the Amazon SQS Developer Guide.
type nonrec error = [ | `InvalidAddress of InvalidAddress.t| `InvalidSecurity of InvalidSecurity.t| `QueueDoesNotExist of QueueDoesNotExist.t| `RequestThrottled of RequestThrottled.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAddress of InvalidAddress.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAddress of InvalidAddress.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]