Values.AccessDeniedExceptionSourceThe request issuer does not have permission to access this resource or perform this operation.
type nonrec t = {message : ErrorMessage.t option;errorCode : ErrorCode.t option;The SDK default error code associated with the access denied exception.
*)errorCodeReason : ErrorCodeReason.t option;The SDK default explanation of why access was denied.
*)subErrorCode : ErrorCode.t option;The error code associated with the access denied exception.
*)subErrorCodeReason : ErrorCodeReason.t option;An explanation of why access was denied.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]