Module Values.MalwareProtectionPlanStatusReasonSource

Information about the issue code and message associated to the status of your Malware Protection plan.

Sourcetype nonrec t = {
  1. code : String_.t option;
    (*

    Issue code.

    *)
  2. message : String_.t option;
    (*

    Issue message that specifies the reason. For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the Amazon GuardDuty User Guide.

    *)
}
Sourceval make : ?code:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t