Values.RejectGrantResponseSourceRejects the specified grant.
type nonrec t = {grantArn : Arn.t option;Grant ARN.
*)status : GrantStatus.t option;Grant status.
*)version : String_.t option;Grant version.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `RateLimitExceededException of RateLimitExceededException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ServerInternalException of ServerInternalException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]