Values.DescribeResourcePolicyResponseSourceProvides the details of a resource policy attached to a resource.
type nonrec t = {policyRevisionId : PolicyRevisionId.t option;A unique identifier for a revision of the resource policy.
*)resourcePolicy : Policy.t option;The resource policy in a JSON-formatted string.
*)creationTime : Timestamp.t option;The time when the resource policy was created.
*)lastModifiedTime : Timestamp.t option;The time when the resource policy was last modified.
*)}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 * [> `String of PolicyRevisionId.t | `Timestamp of Timestamp.t ])
list ]