Values.GetResourcePolicyResultSourceRetrieves the resource policy for the specified CloudFront resource that you own and have shared.
type nonrec error = [ | `AccessDenied of AccessDenied.t| `EntityNotFound of EntityNotFound.t| `InvalidArgument of InvalidArgument.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `InvalidArgument of InvalidArgument.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `InvalidArgument of InvalidArgument.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]