Values.ReceiveMessageResultSourceA list of received messages.
type nonrec error = [ | `InvalidAddress of InvalidAddress.t| `InvalidSecurity of InvalidSecurity.t| `KmsAccessDenied of KmsAccessDenied.t| `KmsDisabled of KmsDisabled.t| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t| `KmsInvalidState of KmsInvalidState.t| `KmsNotFound of KmsNotFound.t| `KmsOptInRequired of KmsOptInRequired.t| `KmsThrottled of KmsThrottled.t| `OverLimit of OverLimit.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
| `KmsAccessDenied of KmsAccessDenied.t
| `KmsDisabled of KmsDisabled.t
| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
| `KmsInvalidState of KmsInvalidState.t
| `KmsNotFound of KmsNotFound.t
| `KmsOptInRequired of KmsOptInRequired.t
| `KmsThrottled of KmsThrottled.t
| `OverLimit of OverLimit.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
| `KmsAccessDenied of KmsAccessDenied.t
| `KmsDisabled of KmsDisabled.t
| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
| `KmsInvalidState of KmsInvalidState.t
| `KmsNotFound of KmsNotFound.t
| `KmsOptInRequired of KmsOptInRequired.t
| `KmsThrottled of KmsThrottled.t
| `OverLimit of OverLimit.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `Enum of string | `String of String_.t ]
* [> `String of String_.t
| `Structure of
(string
* [> `Blob of Binary.t
| `List of
[> `Blob of Binary.t
| `String of String_.t ]
list
| `String of String_.t ])
list ])
list
| `String of String_.t ])
list ]
list ])
list ]