Smaws_Client_CloudTrail.ListImportFailures
Returns a list of failures for the specified import.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `OperationNotPermittedException of Types.operation_not_permitted_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.list_import_failures_request ->
(Types.list_import_failures_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result