Values.GetQueueAttributesResultSourceA list of returned queue attributes.
type nonrec t = {attributes : QueueAttributeMap.t option;A map of attributes to their respective values.
*)}type nonrec error = [ | `InvalidAddress of InvalidAddress.t| `InvalidAttributeName of InvalidAttributeName.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
| `InvalidAttributeName of InvalidAttributeName.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
| `InvalidAttributeName of InvalidAttributeName.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]