Values.KmsInvalidStateExceptionSourceThe KMS key is not in valid state, for example: Disabled or Deleted.
type nonrec t = {kmsKeyState : KmsKeyState.t option;Current status of the KMS; key. For example: DISABLED, PENDING_DELETION, PENDING_IMPORT, UNAVAILABLE, CREATING.
*)message : ErrorMessage.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]