Values.GetFindingRecommendationResponseSourceRetrieves information about a finding recommendation for the specified analyzer.
type nonrec t = {startedAt : Timestamp.t option;The time at which the retrieval of the finding recommendation was started.
*)completedAt : Timestamp.t option;The time at which the retrieval of the finding recommendation was completed.
*)nextToken : Token.t option;A token used for pagination of results returned.
*)error : RecommendationError.t option;Detailed information about the reason that the retrieval of a recommendation for the finding failed.
*)resourceArn : ResourceArn.t option;The ARN of the resource of the finding.
*)recommendedSteps : RecommendedStepList.t option;A group of recommended steps for the finding.
*)recommendationType : RecommendationType.t option;The type of recommendation for the finding.
*)status : Status.t option;The status of the retrieval of the finding recommendation.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ]
list
| `String of Token.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]