Values.AccessDeniedExceptionSourceYou do not have sufficient access to perform this action.
type nonrec t = {message : AccessDeniedExceptionMessage.t option;reason : AccessDeniedExceptionReason.t option;The reason for the access denied exception.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of AccessDeniedExceptionMessage.t ])
list ]