Module Values.HandlerErrorCodeSource
Sourcetype nonrec t = | NotUpdatable| InvalidRequest| AccessDenied| UnauthorizedTaggingOperation| InvalidCredentials| AlreadyExists| NotFound| ResourceConflict| Throttling| ServiceLimitExceeded| NotStabilized| GeneralServiceException| ServiceInternalError| ServiceTimeout| NetworkFailure| InternalFailure| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]