Values.CheckAccessNotGrantedResponseSourceChecks whether the specified access isn't allowed by a policy.
type nonrec t = {result : CheckAccessNotGrantedResult.t option;The result of the check for whether the access is allowed. If the result is PASS, the specified policy doesn't allow any of the specified permissions in the access object. If the result is FAIL, the specified policy might allow some or all of the permissions in the access object.
*)message : String_.t option;The message indicating whether the specified access is allowed.
*)reasons : ReasonSummaryList.t option;A description of the reasoning of the result.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidParameterException of InvalidParameterException.t| `ThrottlingException of ThrottlingException.t| `UnprocessableEntityException of UnprocessableEntityException.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
| `InvalidParameterException of InvalidParameterException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t
| `ValidationException of ValidationException.t ]